/* BLOG */

.posts-layout .entry-media-link {
    z-index: 0 !important;
}

.posts-layout .entry-media {
    z-index: 0 !important;
}

/* FOOTER */

.footer-main .footer--row-inner {
    margin-top: -52px;
}

.footer--row-inner.light-mode {
 color: #ffffff;
 font-weight: 400;
 text-align: center !important;
}

#cb-row--footer-main .footer--row-inner {
    background-color: transparent;
    background-image: url(https://lonetreecemetery.com/wp-content/uploads/2023/05/bg-footer-1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center-top;
}

.footer--row-inner.dark-mode {
    text-align: center !important;
}

.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: currentColor;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Roboto';
}

.arrangements {
 text-align: center  !important;
color: #ffffff !important;
font-size: 1.1em;
font-weight: 400;
text-align: center;
padding: 40px 20px;
}

.location {
text-align: center !important;
color: #ffffff !important;
font-size: 1.1em;
font-weight: 400;
text-align: center;
}

.arrangements a { color: #ffffff !important; text-decoration: underline; }

/* HEADER */

.header--row .builder-item--logo {
margin-bottom: 0;
}

.header-bottom .light-mode {
    box-shadow: none !important;
}

.site-branding img {
    display: flex;
    margin: auto;
}

.site-title {
 display:  block !important;
text-align: center;
}

.site-branding .site-description {
    display: block !important;
text-align: center;
}

/* NAVIGATION MENU */
.nav-menu-desktop .sub-menu li a:link { 
font-weight: 400;
font-size: 16px;
 }

.nav-menu-desktop .sub-menu li a {
  color: rgb(0, 0, 0) !important;
}

.nav-menu-desktop .sub-menu {
  width: 16em;
}

#mysticky-nav.wrapfixed {
    border-bottom: 2px solid #002d0463 !important;
}


/* EVENTS CALENDAR */

.eventbutton {
  background-color: #ffffff; 
  border: solid 2px #173359; /* Dark Blue */
  color: #173359 !important;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.eventbutton:visited {
  background-color: #ffffff;
  border: solid 2px #173359; /* blue */
  color: #173359 !important;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
}

.eventbutton:hover {
  background-color: #ffffff; 
  border: solid 3px #848970; /* gold */
  color: #848970 !important;
  font-weight: 500;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
}


.tribe-events-calendar-list__event-row--featured  {
background-color: #ebeeef !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col
{ padding-top: 20px; }

.tribe-common a {
color: #002d03 !important;
}

.tribe-common .tribe-common-c-svgicon {
color: #cd6c6f !important;
width: 20px  Important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
color: #cd6c6f !important;
font-size: 20px; 
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: #fff;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button-icon {
background: #ffffff;
}


/*  ADA  Toggle */

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
font-size: 30px;
padding: 5px;
}

/* EVEREST FORMS */

.everest-forms .everest-forms-notice--success {
    background-color: #002d04;
}

.everest-forms button.button:not(.button-large), .everest-forms button[type=submit]
{
    color: #ffffff;
    border: 1px solid #f5f5f5;
    background-color: #002d04;
}

.everest-forms input[type=text], .everest-forms input[type=email], .everest-forms textarea
{
font-size: 16px;
padding: 12px;
color: #000000;
}

.everest-forms .StripeElement, .everest-forms canvas.evf-signature-canvas, .everest-forms input[type=date], .everest-forms input[type=datetime-local], .everest-forms input[type=email], .everest-forms input[type=file], .everest-forms input[type=image], .everest-forms input[type=month], .everest-forms input[type=number], .everest-forms input[type=password], .everest-forms input[type=range], .everest-forms input[type=search], .everest-forms input[type=tel], .everest-forms input[type=text], .everest-forms input[type=time], .everest-forms input[type=url], .everest-forms input[type=week], .everest-forms select, .everest-forms textarea 
{
border: 1px solid #000000; 
}


/* PAST EVENTS PLUGIN */

h4.entry-title { font-size:22px; line-height: 1.2em; }



a:link { font-weight: 500; }
a:hover {font-weight: 400; }
