/*
Theme Name: oakland cemetery responsive
Description: Starter Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oaklandcemetery

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #6d7d79 url("../images/content_bg.gif") repeat-y center top; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/* Breakpoints */
/* Box Shadow */
/* Transition */
/* Rounded Corners */
/* Gradients */
/* Clearfix */
.wrap:before, .container:before, #header:before, #primary .paging:before,
#primary #nav-single:before, #primary .content-footer .inner:before, #primary .content-footer .inner .links li:before, .thumbnails:before, #page-oakland-cemetery .homepage_hero:before, #page-oakland-cemetery .special-announcements li:before, .widget .widget-content:before, .wrap:after, .container:after, #header:after, #primary .paging:after,
#primary #nav-single:after, #primary .content-footer .inner:after, #primary .content-footer .inner .links li:after, .thumbnails:after, #page-oakland-cemetery .homepage_hero:after, #page-oakland-cemetery .special-announcements li:after, .widget .widget-content:after {
  content: "";
  display: table; }
.wrap:after, .container:after, #header:after, #primary .paging:after,
#primary #nav-single:after, #primary .content-footer .inner:after, #primary .content-footer .inner .links li:after, .thumbnails:after, #page-oakland-cemetery .homepage_hero:after, #page-oakland-cemetery .special-announcements li:after, .widget .widget-content:after {
  clear: both; }

/* Wrap */
.wrap {
  margin: 0 auto;
  position: relative;
  max-width: 92%;
  zoom: 1; }
  @media all and (min-width: 768px) {
    .wrap {
      width: 740px; } }
  @media all and (min-width: 980px) {
    .wrap {
      width: 960px; } }
  @media all and (min-width: 1200px) {
    .wrap {
      width: 1200px; } }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4e635e;
  font-family: "Buenard", Georgia, Times, "Times New Roman", serif; }

p {
  margin-bottom: 1.5em; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font: 15px "Courier 10 Pitch", Courier, monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

/* Generic Classes */
.unstyled {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* Buttons */
.button, .yellow-button, button,
input[type="button"],
input[type="reset"],
input[type="submit"], #primary .paging a,
#primary #nav-single a, .widget .widget-content .follow-link, .mobile-social ul li a {
  margin: 0;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #5d6f6a;
  text-decoration: none;
  color: #495f5a !important;
  background: #e6d990;
  background: -moz-linear-gradient(top, #e6d990 0%, #e1d184 28%, #d4be67 76%, #ccb765 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6d990), color-stop(28%, #e1d184), color-stop(76%, #d4be67), color-stop(100%, #ccb765));
  background: -webkit-linear-gradient(top, #e6d990 0%, #e1d184 28%, #d4be67 76%, #ccb765 100%);
  background: linear-gradient(to bottom, #e6d990 0%, #e1d184 28%, #d4be67 76%, #ccb765 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d990', endColorstr='#ccb765', GradientType=0);
  text-shadow: 0 1px #f4efd9;
  border: 1px solid #495f5a !important; }

.green-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#6d7d79), to(#4a605a));
  background: -moz-linear-gradient(top, #6d7d79, #4a605a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d7d79', endColorstr='#4a605a'); }
  .green-header .title {
    background: url("../images/flourish_sm.png") no-repeat 25px center;
    padding: 5px 5px 5px 75px;
    color: #fff;
    font-size: 22px; }

.label-icon {
  display: block;
  border: solid 1px #6c7c78;
  font-family: 'Buenard', serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 1px #233530;
  background: -webkit-gradient(linear, left top, left bottom, from(#6d7d79), to(#495f5a));
  background: -moz-linear-gradient(top, #6d7d79, #495f5a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d7d79', endColorstr='#495f5a'); }
  .label-icon a,
  .label-icon a:visited {
    color: #fff;
    font-size: 15px;
    padding: 8px; }
  .label-icon .ic {
    float: left;
    width: 29px;
    height: 26px;
    display: block;
    background: url("../images/spr_icons.png") no-repeat;
    text-indent: -99999em; }

/* =Grid
-------------------------------------------------------------- */
.container {
  width: 96%;
  max-width: 960px;
  margin: 0 auto; }

@media all and (min-width: 768px) {
  .col-1-4,
  .col-3-4,
  .col-1-3,
  .thumbnails li,
  .col-2-3,
  .col-1-2 {
    float: left;
    margin: 1.5em 0;
    padding: 0 20px; } }
  @media all and (min-width: 768px) and (min-width: 768px) {
    .col-1-4,
    .col-3-4,
    .col-1-3,
    .thumbnails li,
    .col-2-3,
    .col-1-2 {
      margin: 1em 0; } }

@media all and (min-width: 768px) {
  .col-1-4 {
    width: 25%; }

  .col-3-4 {
    width: 75%; }

  .col-1-3, .thumbnails li {
    width: 33.33%; }

  .col-2-3 {
    width: 66.67%; }

  .col-1-2 {
    width: 50%; } }
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #0088cc;
  text-decoration: none; }
  a:visited {
    color: #495f5a; }
  a:hover, a:focus, a:active {
    color: #495f5a;
    text-decoration: underline; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#nav {
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px; }
  @media all and (min-width: 980px) {
    #nav {
      right: 170px; } }
  #nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: none; }
    #nav ul li:hover > ul {
      display: block; }
    #nav ul ul {
      float: left;
      left: -999em;
      position: absolute;
      top: 100%;
      background: #f6f6f6;
      z-index: 99999; }
      #nav ul ul li:hover > ul {
        left: 100%; }
      #nav ul ul a {
        width: 250px;
        font-size: 13px;
        font-weight: normal;
        text-transform: none; }
        #nav ul ul a:hover {
          background: #fff;
          color: #64827b; }
      #nav ul ul ul {
        left: -999em;
        top: 0; }
  @media all and (min-width: 768px) {
    #nav li {
      float: left;
      position: relative;
      margin-left: 5px; }
      #nav li a {
        padding: 0 1em;
        padding: 5px 5px 10px;
        color: #495f5a;
        font-family: "Buenard", Georgia, Times, "Times New Roman", serif;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; } }
  #nav li:hover > a {
    background: #f6f6f6;
    color: #64827b; }
  #nav li:hover > ul {
    left: auto; }
  #nav a {
    display: block;
    text-decoration: none; }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: block; }

#nav.toggled ul.nav-menu {
  display: block; }

@media all and (min-width: 768px) {
  .menu-toggle,
  #nav.toggled .nav-menu {
    display: none;
    cursor: none; }

  #nav ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.paging-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none; }

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #495f5a;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999; }

.mean-container a.meanmenu-reveal {
  width: 80px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700; }

.mean-container a.meanmenu-reveal span {
  display: block;
  height: 3px;
  margin-top: 3px;
  width: 22px;
  background: #fff; }

.mean-container a.meanmenu-reveal .menu_title {
  display: block;
  position: absolute;
  float: right;
  top: 13px;
  right: 20px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #495f5a;
  margin-top: 44px; }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none; }

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Buenard", Georgia, Times, "Times New Roman", serif; }

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1); }

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 22px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9); }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mean-remove {
  display: none !important; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .assistive-text:hover, .assistive-text:active, .assistive-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft,
.pull-left {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright,
.pull-right {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

#header {
  background: url(../images/header_bg.png) center bottom repeat-x;
  position: relative;
  /* Top Bar */ }
  #header .container {
    position: relative;
    height: 70px; }
    @media all and (min-width: 768px) {
      #header .container {
        height: 133px; } }
  #header #site-title {
    float: left;
    position: absolute;
    z-index: 99; }
    #header #site-title a {
      display: block;
      overflow: hidden;
      background: url(../images/header_logo-40years.png) center center no-repeat;
      background-size: cover;
      text-indent: -9999px;
      width: 92px;
      height: 85px;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
      @media all and (min-width: 768px) {
        #header #site-title a {
          width: 184px;
          height: 170px; } }
  #header #site-description {
    display: none; }
  #header .donate {
    display: none; }
  #header .top-bar {
    display: block; }
    #header .top-bar .search,
    #header .top-bar .home {
      padding: 3px 5px;
      background: -webkit-gradient(linear, left top, left bottom, from(#6d7d79), to(#495f5a));
      background: -moz-linear-gradient(top, #6d7d79, #495f5a);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d7d79', endColorstr='#495f5a'); }
    #header .top-bar .search {
      float: left;
      margin-right: 5px;
      height: 30px; }
      #header .top-bar .search input[type="text"] {
        border: none;
        height: 20px;
        position: relative;
        width: 70px;
        top: -3px;
        height: 24px;
        line-height: 15px;
        font-size: 12px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0; }
        @media all and (max-width: 767px) {
          #header .top-bar .search input[type="text"] {
            font-size: 16px; } }
        @media all and (min-width: 768px) {
          #header .top-bar .search input[type="text"]:focus {
            width: 120px; } }
        #header .top-bar .search input[type="text"]:focus {
          -webkit-box-shadow: 0 0 0 0;
          -moz-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0; }
      #header .top-bar .search input[type="submit"] {
        width: 27px;
        height: 24px;
        background: url(../images/icon-search.png);
        text-indent: -9999px;
        border: none;
        display: inline-block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
    #header .top-bar .home {
      float: right; }
      #header .top-bar .home a {
        background: url("../images/spr_icons.png") no-repeat -29px -92px;
        text-indent: -99999em;
        display: block;
        width: 27px;
        height: 24px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
  @media all and (min-width: 980px) {
    #header .donate {
      display: block;
      position: absolute;
      bottom: 7px;
      right: 0; } }

#header_image {
  margin-bottom: 20px; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0.5em; }
.site-content h1 {
  font-size: 1.8em; }
.site-content h2 {
  font-size: 1.6em; }
.site-content h3 {
  font-size: 1.4em; }
.site-content h4 {
  font-size: 1.2em; }
.site-content h5 {
  font-size: 1.1em; }

@media all and (min-width: 768px) {
  #primary {
    float: left;
    width: 71.875%; }

  #secondary {
    width: 24%;
    float: right; }

  #secondary.widget-area {
    width: 100%; } }
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
#primary {
  /* Lists */
  /* Blog */
  /* Single */
  /* Paging */
  /* Events */
  /* Content Footer */ }
  #primary .entry-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#6d7d79), to(#4a605a));
    background: -moz-linear-gradient(top, #6d7d79, #4a605a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d7d79', endColorstr='#4a605a'); }
    #primary .entry-header .entry-title {
      background: url("../images/flourish_sm.png") no-repeat 25px center;
      padding: 5px 5px 5px 75px;
      color: #fff;
      font-size: 22px;
      text-transform: uppercase; }
  #primary .entry-content {
    padding: 5px 15px; }
  #primary ul li img {
    vertical-align: middle; }
  #primary .news-articles {
    margin: 0;
    border-bottom: solid 1px #cac6c0; }
    #primary .news-articles li {
      padding: 1px 0;
      list-style: none;
      border-top: solid 1px #cac6c0;
      font-size: 20px; }
      #primary .news-articles li a {
        display: none; }
      #primary .news-articles li a.link {
        padding: 15px 15px 20px;
        display: block;
        text-decoration: none;
        color: #5d6f6a;
        text-shadow: 0 1px white; }
        #primary .news-articles li a.link:hover {
          background: #ddece9; }
        #primary .news-articles li a.link .date {
          font-size: 12px; }
        #primary .news-articles li a.link span {
          margin: 10px 0 0;
          display: block;
          font-size: 14px; }
      #primary .news-articles li:nth-child(odd) .link {
        background: #f3f3f3; }
  #primary .entry-meta {
    font-style: italic;
    margin-top: 10px; }
  #primary .paging,
  #primary #nav-single {
    margin: 20px 0; }
    #primary .paging .nav-next,
    #primary #nav-single .nav-next {
      float: right; }
  #primary .events tr {
    margin: 5px 0; }
    #primary .events tr:nth-child(odd) {
      background: #f3f3f3; }
    #primary .events tr:first-child {
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      font-family: "Buenard", Georgia, Times, "Times New Roman", serif;
      background: -webkit-gradient(linear, left top, left bottom, from(#6d7d79), to(#4a605a));
      background: -moz-linear-gradient(top, #6d7d79, #4a605a);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d7d79', endColorstr='#4a605a'); }
    #primary .events tr:hover {
      background: #ddece9; }
    #primary .events tr td,
    #primary .events tr th {
      padding: 3px 7px;
      font-weight: normal; }
    #primary .events tr td {
      vertical-align: top; }
      #primary .events tr td a {
        font-size: 14px;
        font-weight: bold;
        display: block;
        color: #495f5a; }
      #primary .events tr td.thumb {
        padding-top: 10px;
        width: 20%;
        max-width: 140px; }
      #primary .events tr td.date {
        font-size: 12px;
        font-weight: bold;
        width: 25%;
        line-height: 14px; }
        @media all and (min-width: 768px) {
          #primary .events tr td.date {
            font-size: 14px; } }
      #primary .events tr td.description .summary {
        display: none; }
        @media all and (min-width: 768px) {
          #primary .events tr td.description .summary {
            display: block; } }
  #primary .content-footer {
    border: solid 1px #6b7e78;
    margin-bottom: 20px; }
    #primary .content-footer .inner {
      padding: 10px;
      border: solid 9px white;
      background: #eff3f2;
      zoom: 1; }
      #primary .content-footer .inner h3 {
        font-size: 24px;
        margin: 0 0 20px; }
      #primary .content-footer .inner .links {
        margin: 0;
        list-style: none; }
        #primary .content-footer .inner .links li {
          margin-bottom: 20px; }
          #primary .content-footer .inner .links li img {
            float: left;
            border: solid 9px white;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            width: 23%; }
          #primary .content-footer .inner .links li .details {
            float: right;
            width: 70%;
            padding-right: 10px; }
            #primary .content-footer .inner .links li .details a {
              font-family: 'Buenard', serif;
              font-size: 16px;
              color: #495f5a;
              display: block; }
              @media all and (min-width: 980px) {
                #primary .content-footer .inner .links li .details a {
                  font-size: 20px; } }
          #primary .content-footer .inner .links li .big {
            display: block;
            font-size: 14px;
            font-weight: bold; }
            #primary .content-footer .inner .links li .big img {
              width: 100%;
              display: none; }
              @media all and (min-width: 768px) {
                #primary .content-footer .inner .links li .big img {
                  display: block; } }
      @media all and (min-width: 768px) {
        #primary .content-footer .inner .col-left {
          float: left;
          border-right: solid 1px #99b0a8;
          width: 60%; }
          #primary .content-footer .inner .col-left img {
            max-width: 90px;
            max-height: 90px; }
        #primary .content-footer .inner .col-right {
          float: right;
          width: 40%;
          padding-left: 20px; } }
  #primary .primary-divider {
    height: 20px;
    margin: 20px 0;
    background: url("../images/primary_divider.png") no-repeat center; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.thumbnails li {
  text-align: center; }
  .thumbnails li a {
    display: block; }

.thumbnail {
  border: 1px solid #ddd; }
  .thumbnail img {
    padding: 4px;
    line-height: 1;
    display: block;
    margin: 0 auto; }

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

#page-oakland-cemetery {
  /* Special Announcements */
  /* Events */ }
  #page-oakland-cemetery .entry-header {
    background-image: url("../images/homepage_content_header.png");
    background-color: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 120%;
    height: 70px;
    text-indent: -9999px;
    filter: none; }
    #page-oakland-cemetery .entry-header .entry-title {
      display: none; }
    @media all and (min-width: 768px) {
      #page-oakland-cemetery .entry-header {
        background-size: contain;
        height: 75px; } }
  #page-oakland-cemetery #header_image {
    display: none; }
  @media all and (min-width: 768px) {
    #page-oakland-cemetery .mobile-image {
      display: none; } }
  #page-oakland-cemetery .special-announcements {
    margin: 20px 0 0; }
    #page-oakland-cemetery .special-announcements li {
      list-style: none;
      padding: 0 0 10px;
      margin: 0 0 10px;
      border-bottom: solid 1px #bfbab6; }
      #page-oakland-cemetery .special-announcements li:last-child {
        border: none; }
      #page-oakland-cemetery .special-announcements li strong {
        display: block;
        margin-bottom: 3px; }
      #page-oakland-cemetery .special-announcements li a {
        display: block;
        font-weight: bold;
        margin-top: 3px;
        color: #495f5a; }
      #page-oakland-cemetery .special-announcements li .summary {
        display: none; }
        @media all and (min-width: 768px) {
          #page-oakland-cemetery .special-announcements li .summary {
            display: block; } }
  #page-oakland-cemetery .events {
    width: 100%;
    max-width: 690px !important; }
    #page-oakland-cemetery .events tr:first-child {
      display: none; }
    #page-oakland-cemetery .events .thumb {
      max-width: 140px; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  display: none; }
  @media all and (min-width: 768px) {
    .flexslider {
      display: block; } }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  position: absolute;
  width: 30px;
  height: 30px;
  display: none;
  top: 50%;
  margin-top: -15px;
  border: solid 1px #545454;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #545454;
  text-decoration: none;
  background: white;
  transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -webkit-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  text-shadow: 0 1px white;
  line-height: 24px;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f8f8f8 49%, #f2f2f2 69%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(49%, #f8f8f8), color-stop(69%, #f2f2f2), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, white 0%, #f8f8f8 49%, #f2f2f2 69%, #efefef 100%);
  background: -o-linear-gradient(top, white 0%, #f8f8f8 49%, #f2f2f2 69%, #efefef 100%);
  background: -ms-linear-gradient(top, white 0%, #f8f8f8 49%, #f2f2f2 69%, #efefef 100%);
  background: linear-gradient(to bottom, white 0%, #f8f8f8 49%, #f2f2f2 69%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0); }
  .flex-direction-nav a:hover {
    width: 40px; }
  @media all and (min-width: 768px) {
    .flex-direction-nav a {
      display: block; } }

.flexslider:hover .flex-next {
  right: 0; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 0px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 0px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.flexslider {
  margin-bottom: 20px; }
  .flexslider .inner {
    position: relative; }
    .flexslider .inner .description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: url(../images/dark_bg.png);
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 10px 20px; }
      .flexslider .inner .description h3 {
        color: #fff;
        font-size: 16px; }
      .flexslider .inner .description p {
        font-size: 12px;
        margin: 0;
        display: none; }
      .flexslider .inner .description .info {
        float: left; }
      .flexslider .inner .description .button, .flexslider .inner .description .yellow-button, .flexslider .inner .description button,
      .flexslider .inner .description input[type="button"],
      .flexslider .inner .description input[type="reset"],
      .flexslider .inner .description input[type="submit"], .flexslider .inner .description #primary .paging a, #primary .paging .flexslider .inner .description a,
      .flexslider .inner .description #primary #nav-single a,
      #primary #nav-single .flexslider .inner .description a, .flexslider .inner .description .widget .widget-content .follow-link, .widget .widget-content .flexslider .inner .description .follow-link, .flexslider .inner .description .mobile-social ul li a, .mobile-social ul li .flexslider .inner .description a {
        float: right;
        margin-top: 10px; }
      @media all and (min-width: 768px) {
        .flexslider .inner .description h3 {
          font-size: 22px; }
        .flexslider .inner .description p {
          display: block; } }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */ }
  .widget .widget-title {
    background: url("../images/spr_sidebar_headers.png") no-repeat;
    margin: 0 0 5px;
    height: 28px;
    line-height: 28px;
    padding-left: 35px;
    text-transform: uppercase;
    text-shadow: 0 1px #000;
    color: #fff;
    font-size: 12px; }
    @media all and (min-width: 980px) {
      .widget .widget-title {
        font-size: 18px; } }
    .widget .widget-title.divider {
      display: none; }
  .widget .widget-content {
    padding: 10px;
    background: #c7d1cf;
    zoom: 1;
    overflow: hidden;
    /* Twitter */
    /* Recommendations */
    /* Email */ }
    .widget .widget-content.divider {
      width: 115px;
      height: 23px;
      margin: 0 auto;
      padding: 0;
      background: url("../images/spr_divider.png") repeat-x; }
    .widget .widget-content .twitter_update_list {
      margin: 0 0 10px;
      padding: 10px;
      background: #eeeeee;
      list-style: none;
      font-size: 12px; }
    .widget .widget-content .follow-link {
      float: right;
      margin: 3px 0; }
    .widget .widget-content #TA_excellent652 {
      background-color: #fff;
      text-align: center; }
    .widget .widget-content #CDSWIDEXC {
      background-color: #fff;
      text-align: center;
      width: 100%;
      border: none;
      margin: 0;
      padding: 5px 0; }
      .widget .widget-content #CDSWIDEXC img {
        margin: 0 auto; }
    .widget .widget-content #mc_embed_signup h2 {
      font-size: 12px; }
    .widget .widget-content #mc_embed_signup .button, .widget .widget-content #mc_embed_signup .yellow-button, .widget .widget-content #mc_embed_signup button,
    .widget .widget-content #mc_embed_signup input[type="button"],
    .widget .widget-content #mc_embed_signup input[type="reset"],
    .widget .widget-content #mc_embed_signup input[type="submit"], .widget .widget-content #mc_embed_signup #primary .paging a, #primary .paging .widget .widget-content #mc_embed_signup a,
    .widget .widget-content #mc_embed_signup #primary #nav-single a,
    #primary #nav-single .widget .widget-content #mc_embed_signup a, .widget .widget-content #mc_embed_signup .follow-link, .widget .widget-content #mc_embed_signup .mobile-social ul li a, .mobile-social ul li .widget .widget-content #mc_embed_signup a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .widget .widget-content #mc_embed_signup input {
      max-width: 100% !important; }
  .widget select {
    max-width: 100%; }

/* Facebook */
#sidebarcontentwidget-6 {
  display: none; }
  @media all and (min-width: 980px) {
    #sidebarcontentwidget-6 {
      display: block; } }

@media all and (max-width: 767px) {
  #secondary {
    display: none; } }
/* Search widget */
.widget_search .search-submit {
  display: none; }

.mobile-social {
  display: block; }
  @media all and (min-width: 768px) {
    .mobile-social {
      display: none; } }
  .mobile-social ul {
    margin: 40px auto 0;
    width: 96%;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #ccc;
    font-size: 0; }
    .mobile-social ul li {
      display: inline-block;
      list-style: none;
      width: 30%;
      margin-right: 5%;
      font-size: 0; }
      .mobile-social ul li:last-child {
        margin-right: 0; }
      .mobile-social ul li a {
        width: 100%;
        display: block; }

#footer {
  background: #f7f7f7;
  background: url("../images/footer_bg.png") no-repeat center top;
  padding: 1.5em 0;
  height: 120px;
  margin-top: 30px; }
  @media all and (min-width: 768px) {
    #footer {
      height: 226px; } }
  #footer .logo {
    float: left;
    margin-right: 15px; }
    #footer .logo a {
      width: 67px;
      height: 80px;
      display: block;
      background: url("../images/footer_logo.png") no-repeat;
      text-indent: -99999em; }
  #footer .links {
    font-weight: bold;
    float: left; }
    #footer .links ul {
      margin: 20px 0;
      display: none; }
      #footer .links ul li {
        list-style: none;
        border-right: 1px solid #333;
        height: 11px;
        margin-right: 5px;
        float: left;
        line-height: 8px; }
        #footer .links ul li a {
          color: #333;
          text-transform: lowercase;
          padding-right: 5px;
          font-size: 12px; }
    @media all and (min-width: 768px) {
      #footer .links {
        float: left;
        max-width: 870px; }
        #footer .links ul {
          display: block;
          float: right;
          position: relative;
          top: -30px; } }
    @media all and (min-width: 980px) {
      #footer .links ul {
        top: 0;
        float: left; } }
  #footer .site-info {
    margin: 5px 0 0;
    float: left;
    font-weight: bold;
    font-size: 12px; }
    #footer .site-info a {
      color: #333; }
    #footer .site-info .photos {
      display: none; }
    @media all and (min-width: 768px) {
      #footer .site-info {
        position: relative;
        top: -30px; }
        #footer .site-info .copyright {
          float: left;
          width: 45%; }
        #footer .site-info .photos {
          float: right;
          width: 45%;
          display: block; } }
    @media all and (min-width: 980px) {
      #footer .site-info {
        top: 0; } }
  #footer .footer-facebook {
    float: right;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: url(../images/facebook.png);
    display: none; }
    @media all and (min-width: 768px) {
      #footer .footer-facebook {
        display: block; } }
    @media all and (min-width: 980px) {
      #footer .footer-facebook {
        display: none; } }

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