/******************************************************************
Site Name: Forest Lawn Planning Center
Author: Brandon Ng

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

p,
pre {
  margin: 0 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*********************
Video Page Template
*********************/
#iframe-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
  }
  #iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

ul, ol {
  padding: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*  GRADIENT BACKGROUND  */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
@font-face {
  font-family: 'goudytrajan';
  src: url("../fonts/goudytrajan/goudytrajan.eot");
  src: url("../fonts/goudytrajan/goudytrajan.eot?#iefix") format("embedded-opentype"), url("../fonts/goudytrajan/goudytrajan.woff") format("woff"), url("../fonts/goudytrajan/goudytrajan.ttf") format("truetype"), url("../fonts/goudytrajan/goudytrajan.svg#goudytrajan") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cinzelregular';
  src: url("../fonts/cinzel_regular/Cinzel-Regular-webfont.eot");
  src: url("../fonts/cinzel_regular/Cinzel-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cinzel_regular/Cinzel-Regular-webfont.woff") format("woff"), url("../fonts/cinzel_regular/Cinzel-Regular-webfont.ttf") format("truetype"), url("../fonts/cinzel_regular/Cinzel-Regular-webfont.svg#cinzelregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'GoudyStM';
    src: url('../fonts/GoudyStM/GoudyStM.eot');
    src: url('../fonts/GoudyStM/GoudyStM.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GoudyStM/GoudyStM.woff') format('woff'),
         url('../fonts/GoudyStM/GoudyStM.ttf') format('truetype'),
         url('../fonts/GoudyStM/GoudyStM.svg#GoudyStM') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #dedede;
  border-top-color: #ededed;
  border-left-color: #ededed;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  border: 1px solid #dedede;
  border-top-color: #cccccc;
  border-left-color: #cccccc;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
}
.button:active, .button:visited:active {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #fff);
  background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
  background-image: -o-linear-gradient(top, #f2f2f2, #fff);
  background-image: linear-gradient(to bottom, #f2f2f2, #ffffff);
}

.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
#imageData {
  padding: 15px !important;
}
#imageData #imageDetails {
  margin-top: 5px;
  margin-bottom: 0;
}
#imageData #imageDetails #titleText {
  font-size: 15px;
}

/*---------------------------
  ROYAL SLIDER
----------------------------*/
.royalSlider {
  margin: 0 auto;
}

.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
  background: #fbedd1;
}

.rsUni .rsThumbs {
  padding-bottom: 9px !important;
}

.rsGCaption {
  display: none;
}

/*---------------------------
  RESPONSIVE MENU
----------------------------*/
#inner-header.js,
#menu-products-menu-laoc.js,
#menu-products-menu-cv.js,
#menu-products-menu-dz.js {
  display: none;
}

.responsive-menu-icon {
  background: #BB8A24;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0.3em 0;
}

.main-responsive-menu-icon {
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 10px 20px;
}

/*********************
HOMEPAGE
*********************/
.wtc-image {
  width: 90%;
  border: #e5c584 solid 4px;
  margin-top: 25px;
}

.hidden-button {
  display: hidden;
}

#home-container {
  margin-top: 7%;
}

.container-home {
  margin: 35px auto 0 auto;
}

.home-logo {
  width: 85%;
  margin-left: 3%;
}

#logo-container,
#selection-container {
  text-align: center;
}

.home-location-select {
  margin: 30px 0 5px 0;
  width: 79%;
}

.slide-container {
  display: none;
}

#body-home {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4NTYyNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTQ3NTNhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzg1NjI0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #385624), color-stop(50%, #54753a), color-stop(100%, #385624));
  background-image: -moz-linear-gradient(left, #385624 0%, #54753a 50%, #385624 100%);
  background-image: -webkit-linear-gradient(left, #385624 0%, #54753a 50%, #385624 100%);
  background-image: linear-gradient(to right, #385624 0%, #54753a 50%, #385624 100%);
}

.button-laoc {
  margin-top: 3%;
  border: 1px solid #E0B14F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 90%;
  font-size: 16px;
  font-family: "trajan-pro-3", serif;
  padding: 11px 0px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background-color: #C59B45;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1OWI0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiOGEyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c59b45), color-stop(100%, #bb8a24));
  background-image: -moz-linear-gradient(#c59b45, #bb8a24);
  background-image: -webkit-linear-gradient(#c59b45, #bb8a24);
  background-image: linear-gradient(#c59b45, #bb8a24);
}
.button-laoc a:hover {
  color: #fff;
}

.button-laoc:hover {
  color: #fff;
  border: 1px solid #E0B14F;
  background-color: #AB863C;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiODYzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhOTI0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab863c), color-stop(100%, #ba9241));
  background-image: -moz-linear-gradient(#ab863c, #ba9241);
  background-image: -webkit-linear-gradient(#ab863c, #ba9241);
  background-image: linear-gradient(#ab863c, #ba9241);
}

.button-cv {
  margin-top: 3%;
  border: 1px solid #E0B14F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 90%;
  font-size: 16px;
  font-family: "trajan-pro-3", serif;
  padding: 11px 0px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background-color: #C59B45;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1OWI0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiOGEyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c59b45), color-stop(100%, #bb8a24));
  background-image: -moz-linear-gradient(#c59b45, #bb8a24);
  background-image: -webkit-linear-gradient(#c59b45, #bb8a24);
  background-image: linear-gradient(#c59b45, #bb8a24);
}
.button-cv a:hover {
  color: #fff;
}

.button-cv:hover {
  color: #fff;
  border: 1px solid #E0B14F;
  background-color: #AB863C;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiODYzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhOTI0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab863c), color-stop(100%, #ba9241));
  background-image: -moz-linear-gradient(#ab863c, #ba9241);
  background-image: -webkit-linear-gradient(#ab863c, #ba9241);
  background-image: linear-gradient(#ab863c, #ba9241);
}

.button-spanish {
  width: 38%;
  float: none;
  margin: 25px auto 35px auto;
}

.soliloquy-container {
  background: #2e441e !important;
}
.soliloquy-container .soliloquy-pager {
  display: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-video {
  margin: 0 auto;
}

/*********************
TEMPLATE STYLES
*********************/
.fve-video-wrapper {
  border: solid 4px #e5c584;
  margin: 20px 0 0 0 !important;
  padding-bottom: 55.74% !important;
}

#align-center {
  text-align: center;
}
.align-center {
  text-align: center;
}
#gallery-area {
  text-align: center;
}

.webPre-title {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 20px;
}

.w-preset-button, .dm-buttons, .button-360-view {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  font-size: 14px;
  font-family: "trajan-pro-3", serif;
  padding: 7px 0;
  text-align: center;
  color: #60813c !important;
  background-color: #f2d998 !important;
  text-decoration: none !important;
  line-height: 1.5em;
  margin: 14px 0 0 0;
}

.dm-div-wrapper-li .link-360 {
  padding-top: 10px;
  text-align: center;
}

.rsUni .rsThumbsHor {
  height: 74px !important;
}

.img-info-page-title {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 25px;
  line-height: 35px;
  margin: 45px 5% 0 5%;
  text-align: center;
}

.img-info-image {
  width: 90%;
  border: #e5c584 solid 4px;
  margin-top: 40px;
}

.img-pg-info {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  margin: 35px auto 0 auto;
  width: 90%;
  line-height: 23px;
  text-align: justify;
}
.img-pg-info h4 {
  font-weight: 600;
}
.img-pg-info ul {
  list-style-type: disc;
}
.img-pg-info ul li {
  margin-left: 1.9em;
}
.img-pg-info p {
  margin: 0 0 29px 0;
}

body.page-template-spanish-page-locations-php .row {
  text-align: center;
}

.location-fl-logo {
  width: 69%;
  padding: 30px 0 15px;
}

.block2-img {
  border: #e5c584 solid 4px;
  width: 90%;
  margin-top: 40px;
}

.block3-img {
  border: #e5c584 solid 4px;
  width: 90%;
  margin-top: 40px;
}

.block4-img {
  border: #e5c584 solid 4px;
  width: 90%;
  margin-top: 40px;
}

.two-row-title {
  color: #54753a;
  font-family: "trajan-pro-3", serif;
  font-size: 18px;
  text-align: center;
  margin-top: 11px;
  height: 35px;
  line-height: 23px;
}

.block5-img {
  border: #e5c584 solid 4px;
  width: 90%;
  margin-top: 40px;
}

.block6-img {
  border: #e5c584 solid 4px;
  width: 90%;
  margin-top: 30px;
}

.block8-img {
  border: #e5c584 solid 4px;
  width: 90%;
  margin-top: 40px;
}

.block10-img {
  border: #e5c584 solid 4px;
  width: 90%;
  margin-top: 30px;
}

.location-img-title {
  color: #54753a;
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 5px;
}

.location-info-img {
  width: 90%;
  border: #e5c584 solid 4px;
  margin-top: 30px;
}

.location-info-img-3blocks {
  width: 90%;
  border: #e5c584 solid 4px;
}

.container-locations {
  width: 100%;
}

.church-info {
  text-align: center;
}

.two-img-info {
  height: auto;
}

.tablet-title {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 28px;
  padding: 80px 0 35px 0;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

#tablet-btn-margin {
  margin: 30px 0 35px 0;
  text-align: center;
}

.container-locations {
  margin-bottom: 35px;
}

.block3-title {
  color: #54753a;
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  text-align: center;
  margin: 2% 0 0 5.6%;
  width: 90%;
}

.info-title {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 24px;
  text-align: center;
}

.page-title, .two-img-title {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 30px;
  line-height: 35px;
  margin: 45px 0 0 0;
  text-align: center;
}

.video-wrapper {
  background: black;
  margin: 0 auto;
  width: 95%;
  border: #e5c584 solid 4px;
}

.dm-footer-nav {
  width: 100%;
  text-align: center;
}

.dmnav-previous {
  width: 50%;
  margin: 0 auto 15px auto;
}

.dmnav-more {
  width: 50%;
  margin: 15px auto 0 auto;
}

#two-row-back-margin-block6 {
  margin-top: 30px;
}

.two-img-main-image {
  width: 90%;
}

.two-img-sec-image {
  width: 90%;
  border: #e5c584 solid 4px;
}

.block4-title {
  color: #54753a;
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  text-align: center;
  margin-top: 2%;
}

.button-back {
  border: 1px solid #E0B14F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 150px;
  font-size: 14px;
  font-family: "trajan-pro-3", serif;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background-color: #C59B45;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1OWI0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiOGEyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c59b45), color-stop(100%, #bb8a24));
  background-image: -moz-linear-gradient(#c59b45, #bb8a24);
  background-image: -webkit-linear-gradient(#c59b45, #bb8a24);
  background-image: linear-gradient(#c59b45, #bb8a24);
}

.button-locations {
  margin-top: 4%;
  border: 1px solid #E0B14F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 90%;
  font-size: 16px;
  font-family: "trajan-pro-3", serif;
  padding: 11px 0px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background-color: #C59B45;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1OWI0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiOGEyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c59b45), color-stop(100%, #bb8a24));
  background-image: -moz-linear-gradient(#c59b45, #bb8a24);
  background-image: -webkit-linear-gradient(#c59b45, #bb8a24);
  background-image: linear-gradient(#c59b45, #bb8a24);
}

.button-locations:hover {
  color: #fff;
  border: 1px solid #E0B14F;
  background-color: #AB863C;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiODYzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhOTI0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab863c), color-stop(100%, #ba9241));
  background-image: -moz-linear-gradient(#ab863c, #ba9241);
  background-image: -webkit-linear-gradient(#ab863c, #ba9241);
  background-image: linear-gradient(#ab863c, #ba9241);
}

.button-back {
  border: 1px solid #E0B14F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 150px;
  font-size: 14px;
  font-family: "trajan-pro-3", serif;
  padding: 4px 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background-color: #C59B45;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1OWI0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiOGEyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c59b45), color-stop(100%, #bb8a24));
  background-image: -moz-linear-gradient(#c59b45, #bb8a24);
  background-image: -webkit-linear-gradient(#c59b45, #bb8a24);
  background-image: linear-gradient(#c59b45, #bb8a24);
}

.button-back:hover {
  color: #fff;
  border: 1px solid #E0B14F;
  background-color: #AB863C;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiODYzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhOTI0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab863c), color-stop(100%, #ba9241));
  background-image: -moz-linear-gradient(#ab863c, #ba9241);
  background-image: -webkit-linear-gradient(#ab863c, #ba9241);
  background-image: linear-gradient(#ab863c, #ba9241);
}

.two-row-button-back {
  border: 1px solid #E0B14F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 150px;
  font-size: 14px;
  font-family: "trajan-pro-3", serif;
  padding: 4px 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background-color: #C59B45;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1OWI0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiOGEyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c59b45), color-stop(100%, #bb8a24));
  background-image: -moz-linear-gradient(#c59b45, #bb8a24);
  background-image: -webkit-linear-gradient(#c59b45, #bb8a24);
  background-image: linear-gradient(#c59b45, #bb8a24);
}

.two-row-button-back:hover {
  color: #fff;
  border: 1px solid #E0B14F;
  background-color: #AB863C;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiODYzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhOTI0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab863c), color-stop(100%, #ba9241));
  background-image: -moz-linear-gradient(#ab863c, #ba9241);
  background-image: -webkit-linear-gradient(#ab863c, #ba9241);
  background-image: linear-gradient(#ab863c, #ba9241);
}

.button-back-img-info {
  border: 1px solid #E0B14F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 150px;
  font-size: 14px;
  font-family: "trajan-pro-3", serif;
  padding: 4px 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background-color: #C59B45;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1OWI0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiOGEyNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c59b45), color-stop(100%, #bb8a24));
  background-image: -moz-linear-gradient(#c59b45, #bb8a24);
  background-image: -webkit-linear-gradient(#c59b45, #bb8a24);
  background-image: linear-gradient(#c59b45, #bb8a24);
}

.button-back-img-info:hover {
  color: #fff;
  border: 1px solid #E0B14F;
  background-color: #AB863C;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiODYzYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JhOTI0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab863c), color-stop(100%, #ba9241));
  background-image: -moz-linear-gradient(#ab863c, #ba9241);
  background-image: -webkit-linear-gradient(#ab863c, #ba9241);
  background-image: linear-gradient(#ab863c, #ba9241);
}

#btn-church-info {
  margin: 30px 0 35px 0;
  text-align: center;
}

#btn-two-img-info {
  margin-top: 30px;
  text-align: center;
}

#btn-wrap-location-info-3blocks {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-location-info-2blocks {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-church-block4 {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-block2 {
  margin-top: 40px;
  text-align: center;
}

#btn-wrap-block3 {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-block4 {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-block8 {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-block10 {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-video {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-img-info {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-block6 {
  margin-top: 50px;
  text-align: center;
}

#btn-wrap-location-info {
  margin-top: 50px;
  text-align: center;
}

/*********************
CHURCH INFORMATION
*********************/
.main-image {
  width: 100%;
  border-bottom: #e5c584 solid 4px;
}

.sec-image {
  margin-top: 20px;
  width: 90%;
  border: #e5c584 solid 4px;
}

.info-title {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  margin: 40px 0 25px 0;
}

/*********************
DZ SPECIFIC STYLES
*********************/
.dz-home-logo {
  width: 85%;
}

.dz-logo img {
  max-width: 250px;
  margin: 13px 0;
}

.block2-img-dz {
  border: #e5c584 solid 4px;
  width: 90%;
  margin-top: 40px;
}

.block2-title-dz {
  color: #54753a;
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  text-align: center;
  margin: 2% 0 9% 5.6%;
  width: 90%;
}

.church-location-title-dz {
  color: #103a71;
  font-family: "trajan-pro-3", serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin: 40px auto 0 auto;
}

.dz-church-img {
  border: #e5c584 solid 4px;
  width: 90%;
  margin-top: 40px;
}

#btn-wrap-block4-dz {
  margin-top: 50px;
  text-align: center;
}

.location-info-img-3blocks {
  margin-top: 40px;
}

.page-template-dz-page-home {
  background: #103a71 !important;
}
.page-template-dz-page-home .soliloquy-container {
  background: #103a71 !important;
}
.page-template-dz-page-home .button-laoc {
  display: inline-block;
}

.dz {
  background: #fff;
}
.dz .header {
  background: #103a71;
  border-bottom: #b78500 solid 6px;
}
.dz .header #inner-header a {
  text-align: center;
  display: inline-block;
}
.dz .header li a {
  color: #fff !important;
}
.dz .product-list li.list-item .item-information {
  background: #b78500;
  color: #fff;
}
.dz .product-wrap .product-sidebar li.menu-item {
  background: #103a71;
  border-bottom: 2px solid #16519e;
}
.dz .page-title,
.dz .info-title,
.dz h4,
.dz .img-info-page-title,
.dz .tablet-title,
.dz .product-wrap .product-content .product-header h2,
.dz .product-wrap .product-content .toolbar a,
.dz .product-information h2,
.dz .product-wrap .product-content .product-information h3,
.dz #single-product-gallery h3 {
  color: #103a71 !important;
}
.dz .img-pg-info p,
.dz .church-info p,
.dz .location-img-title,
.dz .block4-title,
.dz .two-row-title,
.dz .coach-content p,
.dz .product-information .item-description {
  color: #65625c;
}
.dz .product-list li.list-item {
  border: 1px solid #b78500;
}
.dz .product-wrap .product-content .product-information .caskets th,
.dz .product-wrap .product-content .product-information .memorial-tablets th,
.dz .product-wrap .product-content .product-information .personalized-products th,
.dz .product-wrap .product-content .product-information .caskets td,
.dz .product-wrap .product-content .product-information .memorial-tablets td,
.dz .product-wrap .product-content .product-information .personalized-products td {
  background: #103a71;
  border: 1px solid #7aacec;
}
.dz .product-wrap .product-content .product-information .caskets td:nth-child(odd),
.dz .product-wrap .product-content .product-information .memorial-tablets td:nth-child(odd),
.dz .product-wrap .product-content .product-information .personalized-products td:nth-child(odd) {
  background: #e1ecfb;
}
.dz .w-preset-button, .dz .dm-buttons {
  background-color: #103a71;
  color: #fff !important;
}

/*********************
GENERAL STYLES
*********************/
body {
  margin: 0;
  font-family: "Crimson Text", serif;
  font-size: 16px;
  background-color: #fcf5e3;
  height: 100%;
}

.nowrap {
  white-space: nowrap;
}

.embed-vimeo {
  width: 90% !important;
  margin: 30px auto 0 !important;
}
.embed-vimeo iframe {
  width: 100% !important;
  border: 5px solid #e5c584;
}

/*********************
LAYOUT & GRID STYLES
*********************/
img {
  width: 100%;
}

/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* MAIN CONTAINER */
.container {
  margin: 0 auto;
  padding-bottom: 50px;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* DEFAULT ROW STYLES */
.row {
  width: 100%;
}

/* set according to preference*/
/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
  width: 100%;
}

.col-dz-churches {
  display: block;
  float: left;
  width: 100%;
}

.col-location {
  display: block;
  float: left;
  width: 100%;
}

.col-5column {
  display: block;
  float: left;
  width: 100%;
}

/* RESET MARGINS */
.col:first-child {
  margin-left: 0;
}

/* all browsers except IE6 and lower */
/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #fff;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #fff;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5 {
  font-family: "trajan-pro-3", serif;
  text-rendering: optimizelegibility;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  color: #60813C;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 7px 0;
}

h5 {
  font-size: 0.846em;
  text-transform: uppercase;
}

/* p {
	margin: 0 0 20px 0;
} */
/*********************
NAVIGATION STYLES
*********************/
.header {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4NTYyNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTQ3NTNhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzg1NjI0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #385624), color-stop(50%, #54753a), color-stop(100%, #385624));
  background-image: -moz-linear-gradient(left, #385624 0%, #54753a 50%, #385624 100%);
  background-image: -webkit-linear-gradient(left, #385624 0%, #54753a 50%, #385624 100%);
  background-image: linear-gradient(to right, #385624 0%, #54753a 50%, #385624 100%);
  border-bottom: #bb8a24 solid 6px;
  /*
    background: #385624;
    background: -moz-linear-gradient(left, #385624 0%, #54753a 50%, #385624 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#385624), color-stop(50%,#54753a), color-stop(100%,#385624));
    background: -webkit-linear-gradient(left,  #385624 0%,#54753a 50%,#385624 100%);
    background: -o-linear-gradient(left,  #385624 0%,#54753a 50%,#385624 100%);
    background: -ms-linear-gradient(left,  #385624 0%,#54753a 50%,#385624 100%);
    background: linear-gradient(to right,  #385624 0%,#54753a 50%,#385624 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385624', endColorstr='#385624',GradientType=1 );


  */
}
.header #inner-header {
  font-family: "trajan-pro-3", serif;
  text-align: center;
}
.header #inner-header a {
  display: block;
}
.header #inner-header a img {
  display: inline-block;
}
.header #inner-header a .fl-logo {
  margin-top: 25px;
  width: 75px;
}
.header #inner-header ul li.menu-item {
  padding: 5px 20px;
  margin: 10px 0;
}
.header #inner-header ul li.menu-item a {
  font-size: 19px;
  color: #eca93f;
  text-decoration: none;
}
.header #inner-header ul li.menu-item a:hover {
  color: #fff;
}
.header #inner-header ul li.menu-item:first-child {
  margin-top: 0;
}

#featured-img {
  margin-top: 25px;
}
#featured-img img {
  border: #e5c584 solid 4px;
  width: 90%;
}
#featured-img__thumbnail a {
  max-width: 300px;
}
#featured-img__thumbnail img {
  border: #e5c584 solid 4px;
  max-width: 300px;
}

/*-----------------------------------
  PAGE: DISTINGUISHED MEMORIALS
-----------------------------------*/
ul.dm-list {
  width: 80%;
  margin: 50px auto 0 auto;
}

li.dm-item {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
}
li.dm-item:nth-child(5) {
  margin-left: 0;
}
li.dm-item img {
  border: #e5c584 solid 4px;
  max-width: 350px;
  width: 90%;
}
li.dm-item .dm-title {
  height: 70px;
  margin: 15px 0;
}

.dm-pg-info {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  margin: 35px auto 0 auto;
  width: 90%;
  line-height: 23px;
  text-align: left;
}
.dm-pg-info p {
  margin: 0 0 29px 0;
  word-break: keep-all;
  hyphens: none;
}

.dm-property-list li {
  list-style-position: outside;
  list-style-type: none;
  width: 100%;
}

.dm-property-list .dm-div-wrapper-li {
    margin-right: 2%;
    width: 48%;
    float: left;
}

.dm-property-list li a {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.dm-property-list li a:hover, .dm-property-list li a:active, .dm-property-list li a:visited {
  color: #60813c !important;
}

.diagram {
  margin-top: 30px;
}

.hide {
  display: none;
}

/*---------------------------
  PAGE: PRODUCT
----------------------------*/

.product-list li.list-item {
  background: #fff;
  margin-bottom: 1.75em;
  display: block;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 7px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 7px;
}
.product-list li.list-item img {
  width: 100%;
  height: inherit;
}
.product-list li.list-item .item-information {
  background: #fdf2d7;
  color: #60813c;
  padding: 1em 0.5em;
  font-size: 15px;
  font-family: "trajan-pro-3", serif;
  text-align: center;
}

li.list-item a {
  text-decoration: none;
}

/*---------------------------
  PAGE: Standard Casket Coaches
----------------------------*/
.coach-img {
  border: #e5c584 solid 4px;
  max-width: 646px;
}

.coach-content {
  margin: 20px auto 0;
}
.coach-content p {
  font-size: 16px;
}

/*---------------------------
  SINGLE: PRODUCT
----------------------------*/
.product-wrap {
  display: inline-block;
  width: 100%;
  padding: 0 5% 5%;
}
.product-wrap .product-sidebar h2 {
  color: #BB8A24;
  font-weight: normal;
}
.product-wrap .product-sidebar ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.product-wrap .product-sidebar li.menu-item {
  background: #60813c;
  border-bottom: 2px solid #7aa44c;
}
.product-wrap .product-sidebar li.menu-item:last-child {
  border-bottom: 0;
}
.product-wrap .product-sidebar li.menu-item a {
  color: #fff;
  text-decoration: none;
  padding: 0.55em 0;
  display: inherit;
  text-align: center;
  font-size: 18px;
}
.product-wrap .product-sidebar .product-nav {
  font-family: "trajan-pro-3", serif;
}
.product-wrap .product-content p {
  margin: 1em 0 0;
}
.product-wrap .product-content img {
  height: auto;
}
.product-wrap .product-content .product-header {
  display: inline-block;
  border-bottom: 1px solid #BB8A24;
}
.product-wrap .product-content .product-header h2 {
  color: #60813c;
  font-weight: normal;
  margin: 0.8em 0;
}
.product-wrap .product-content .product-header a,
.product-information .product-download,
.gpls .product-download {
  background: #BB8A24;
  padding: 0.5em 1em;
  margin-bottom: 1.5em !important;
  margin-left: .5em !important;
  text-transform: uppercase;
  text-decoration: none;
  display: inherit;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: "trajan-pro-3", serif;
}
.gpls {
  text-align: center;
  width: 20em;
  margin: auto;
}
.product-catalog-buttons {
  margin: 1em 0 1.4em 0.5em;
  float: right;
}
.product-catalog-buttons a {
  background: #103a71;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: "trajan-pro-3", serif;
}
.product-information .product-download {
  text-align: center;
  margin-top: 1.5em;
}
.product-wrap .product-content .toolbar {
  margin: 0.7em 0;
}
.product-wrap .product-content .toolbar a {
  display: inline-block;
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 15px;
}
.product-wrap .product-content .toolbar a:hover {
  cursor: pointer;
}
.product-wrap .product-content .product-page-description {
  font-style: italic;
  font-size: 18px;
  margin: 19px 0 25px;
}
.product-wrap .product-content .product-information h2 {
  color: #60813c;
  margin: 0;
  font-weight: normal;
  font-size: 1.4em;
}
.product-wrap .product-content .product-information h3 {
  color: #60813c;
  margin: 0;
  font-weight: normal;
}
.product-wrap .product-content .product-information .item-description {
  font-size: 18px;
}
.product-wrap .product-content .product-information .item-description ul {
  list-style-type: disc;
}
.product-wrap .product-content .product-information .item-description ul li {
  line-height: 1.35;
  margin: 8px 0 0 20px;
}
.product-wrap .product-content .product-information p {
  font-size: 18px;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.product-wrap .product-content .product-information .caskets table,
.product-wrap .product-content .product-information .memorial-tablets table,
.product-wrap .product-content .product-information .personalized-products table,
.product-wrap .product-content .product-information .simple-product-table table {
  margin-top: 1em;
}
.product-wrap .product-content .product-information .personalized-products table caption {
  border: 1px solid #acca8c;
  background: #fff;
  color: #60813c;
}
.product-wrap .product-content .product-information .caskets th,
.product-wrap .product-content .product-information .memorial-tablets th,
.product-wrap .product-content .product-information .personalized-products th,
.product-wrap .product-content .product-information .simple-product-table th {
  font-weight: normal;
  color: #fff;
  background: #60813c;
}
.product-wrap .product-content .product-information .caskets th,
.product-wrap .product-content .product-information .caskets td,
.product-wrap .product-content .product-information .memorial-tablets th,
.product-wrap .product-content .product-information .memorial-tablets td,
.product-wrap .product-content .product-information .personalized-products th,
.product-wrap .product-content .product-information .personalized-products td,
.product-wrap .product-content .product-information .simple-product-table th,
.product-wrap .product-content .product-information .simple-product-table td {
  /* width: 33.333%; */
  font-family: "trajan-pro-3", serif;
  font-size: 15px;
  border: 1px solid #acca8c;
  padding: 0.2em 10px;
}
.product-wrap .product-content .product-information .caskets td,
.product-wrap .product-content .product-information .memorial-tablets td,
.product-wrap .product-content .product-information .personalized-products td,
.product-wrap .product-content .product-information .simple-product-table td {
  text-align: center;
}
.product-wrap .product-content .product-information .caskets td:nth-child(odd),
.product-wrap .product-content .product-information .memorial-tablets td:nth-child(odd),
.product-wrap .product-content .product-information .personalized-products td:nth-child(odd),
.product-wrap .product-content .product-information .simple-product-table td:nth-child(odd) {
  background: #ebf2e3;
}
.product-wrap .product-content .product-information .caskets td:nth-child(even),
.product-wrap .product-content .product-information .memorial-tablets td:nth-child(even),
.product-wrap .product-content .product-information .personalized-products td:nth-child(even),
 .product-wrap .product-content .product-information .simple-product-table td:nth-child(even) {
  background: #fff;
}

.gallery-columns-6 dl.gallery-item {
  float: left;
  width: 15.552%;
  margin-right: 1.266%;
}
.gallery-columns-6 dl.gallery-item img {
  width: 100%;
  height: initial;
  border: 2px solid #BB8A24;
}

#jqlb_closelabel {
  width: 80px !important;
  height: 26px !important;
  background-image: url(../images/light-box-closelabel.png) !important;
  float: right;
}
#jqlb_closelabel:hover {
  cursor: pointer;
}

.jp-carousel-info {
  display: none;
}

#single-product-gallery {
  width: 100%;
}
#single-product-gallery h3 {
  color: #60813c;
  font-weight: normal;
  padding-bottom: 8px;
  border-bottom: 1px solid #BB8A24;
  text-align: center;
}
#single-product-gallery .gallery-section {
  width: 100%;
}
#single-product-gallery .gallery-section li {
  width: 100%;
  margin-bottom: 2.666667%;
}
#single-product-gallery .gallery-section img {
  width: 100%;
}

.page-template-page-image-info p,
.page-template-dz-page-image-info p,
.page-template-sp-la-page-image-info p,
.page-template-page-property p,
.page-template-cv-page-property p,
.page-template-sp-la-page-property p,
.page-template-sp-cv-page-property p {
  text-align: left;
  hyphens: none;
  margin: 0 0 16px 0;
}
.page-template-page-image-info h5,
.page-template-dz-page-image-info h5,
.page-template-sp-la-page-image-info h5,
.page-template-page-property h5,
.page-template-cv-page-property h5,
.page-template-sp-la-page-property h5,
.page-template-sp-cv-page-property h5 {
  border-bottom: #e5c584 solid 2px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
}
.page-template-page-image-info .img-pg-info a,
.page-template-dz-page-image-info .img-pg-info a,
.page-template-sp-la-page-image-info .img-pg-info a,
.page-template-page-property .img-pg-info a,
.page-template-cv-page-property .img-pg-info a,
.page-template-sp-la-page-property .img-pg-info a,
.page-template-sp-cv-page-property .img-pg-info a {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 18px;
  text-decoration: none;
}
.page-template-page-image-info .img-pg-info a:hover, .page-template-page-image-info .img-pg-info a:active, .page-template-page-image-info .img-pg-info a:visited,
.page-template-dz-page-image-info .img-pg-info a:hover,
.page-template-dz-page-image-info .img-pg-info a:active,
.page-template-dz-page-image-info .img-pg-info a:visited,
.page-template-sp-la-page-image-info .img-pg-info a:hover,
.page-template-sp-la-page-image-info .img-pg-info a:active,
.page-template-sp-la-page-image-info .img-pg-info a:visited,
.page-template-page-property .img-pg-info a:hover,
.page-template-page-property .img-pg-info a:active,
.page-template-page-property .img-pg-info a:visited,
.page-template-cv-page-property .img-pg-info a:hover,
.page-template-cv-page-property .img-pg-info a:active,
.page-template-cv-page-property .img-pg-info a:visited,
.page-template-sp-la-page-property .img-pg-info a:hover,
.page-template-sp-la-page-property .img-pg-info a:active,
.page-template-sp-la-page-property .img-pg-info a:visited,
.page-template-sp-cv-page-property .img-pg-info a:hover,
.page-template-sp-cv-page-property .img-pg-info a:active,
.page-template-sp-cv-page-property .img-pg-info a:visited {
  color: #60813c !important;
}

.page-template-page-view360 .container {
  margin-top: 20px;
}

.view360 {
  margin: 20px 0 30px;
  padding: 10px;
  border: 0;
  width: 100%;
  height: 425px;
}

.view360-page-title {
  color: #60813c;
  font-family: "trajan-pro-3", serif;
  font-size: 27px;
  line-height: 35px;
  margin: 45px 5% 0 5%;
  text-align: center;
}

.view360-dis {
  color: #000;
  font-family: "Crimson Text", serif;
  font-size: 18px;
}

.vimeo-video {
  margin: 20px 0 30px;
  padding: 10px;
  border: 0;
  width: 100%;
  height: 425px;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .w-preset-button {
    width: 90%;
    font-size: 12px;
    margin: 15px 0 0 50px;
  }

  .slide-container {
    display: block;
    border-bottom: #BB8A24 solid 6px;
  }

  .location-fl-logo {
    width: 45%;
    padding-top: 30px;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
@media only screen and (max-width: 767px) {
  #single-product-gallery h3 {
    font-size: 22px;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Grid Stylesheet

  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.

  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:

  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.

  The grid below is a combination of the 1140 grid and Twitter Boostrap.
  I liked 1140 but Boostrap's grid was way more detailed so I merged them
  together, let's see how this works out. If you want to use 1140, the original
  values are commented out on each line.

  ******************************************************************/
  .span_1 {
    width: 6.5%;
  }

  .span_2 {
    width: 15.0%;
  }

  .span_3 {
    width: 23.5%;
  }

  .span_4 {
    width: 32.0%;
  }

  .span_5 {
    width: 40.5%;
  }

  .span_6 {
    width: 49.0%;
  }

  .span_7 {
    width: 57.5%;
  }

  .span_8 {
    width: 66.0%;
  }

  .span_9 {
    width: 74.5%;
  }

  .span_10 {
    width: 83.0%;
  }

  .span_11 {
    width: 91.5%;
  }

  .span_12 {
    width: 100%;
  }

  .col {
    margin-left: 2%;
    /* default 2% */
  }

  .col-dz-churches {
    margin-left: 1%;
  }

  .col-location {
    margin-left: 0;
  }

  .col-5column {
    margin-left: 4%;
  }

  [class*="span"] {
    min-height: 1px;
  }

  /******************************************************************

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*---------------------------
    RESPONSIVE MENU
  ----------------------------*/
  .responsive-menu-icon {
    display: none;
  }

  #menu-products-menu-laoc.js,
  #menu-products-menu-cv.js,
  #menu-products-menu-dz.js {
    display: block;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .hidden-button {
    background: transparent;
    border: none;
    outline: none;
    display: block;
    height: 150px;
    width: 150px;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    bottom: 100px;
    right: 0;
  }

  .webPre-title {
    font-size: 23px;
    text-align: left;
    margin: 30px 0 0 50px;
  }

  .margin-fix {
    padding: 0 18px 0 50px;
  }

  .w-preset-button {
    width: 340px;
    font-size: 16px;
    float: left;
    margin: 15px 0 0 50px;
  }

  .dm-buttons, .button-360-view {
    width: 100%;
    float: left;
    font-size: 12px;
  }

  .container {
    padding: 0;
  }

  #wrapper {
    width: 93%;
    margin: 0 auto;
  }

  .two-row-wrapper {
    width: 93%;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
  }

  .home-head-bar {
    width: 100%;
    height: 40px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4NTYyNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTQ3NTNhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzg1NjI0Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #385624), color-stop(50%, #54753a), color-stop(100%, #385624));
    background-image: -moz-linear-gradient(left, #385624 0%, #54753a 50%, #385624 100%);
    background-image: -webkit-linear-gradient(left, #385624 0%, #54753a 50%, #385624 100%);
    background-image: linear-gradient(to right, #385624 0%, #54753a 50%, #385624 100%);
  }

  #logo-container {
    border-right: #BB8A24 solid 3px;
    margin-right: -2%;
  }

  .home-logo {
    width: 80%;
  }

  #home-container {
    margin-top: 6.7%;
  }

  #container-home {
    margin: 60px auto 0 auto;
    padding: 0 auto;
  }

  .container-locations {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .location-fl-logo {
    width: 34%;
    margin: 4% 0 2% 2%;
    padding: 0;
  }

  .home-location-select {
    margin: 0;
    width: 73%;
  }

  .slide-container {
    border-top: #bb8a24 solid 6px;
    border-bottom: #bb8a24 solid 6px;
  }

  .container-home-fluid {
    margin-top: 5%;
    padding-right: 0;
    padding-left: 0;
    *zoom: 1;
  }

  #location-options {
    margin-top: 7%;
    margin-left: 1%;
  }

  .page-title {
    font-size: 30px;
    margin: 50px 0 45px 0;
  }

  .tablet-title {
    padding: 130px 0 35px 0;
  }

  .two-img-title {
    color: #60813c;
    font-family: "trajan-pro-3", serif;
    font-size: 34px;
    padding: 0 0 45px 0 !important;
    font-weight: normal;
  }

  .block3-title {
    width: auto;
    margin: 20px 0 0 0;
  }

  .block2-img {
    width: 70%;
    margin-top: 0;
  }

  .block3-img {
    width: 80%;
    margin-top: 0;
  }

  .block4-img {
    width: 90%;
    margin-top: 0;
  }

  .block5-img {
    width: 70%;
    margin-top: 0;
  }

  .block6-img {
    width: 75%;
    margin-top: 0;
  }

  .block8-img {
    width: 100%;
    margin-top: 0;
  }

  .block4-title {
    color: #54753a;
    font-family: "trajan-pro-3", serif;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 11px;
  }

  .two-row-title {
    font-size: 14px;
    margin: 8px 0 23px 0;
    line-height: 21px;
  }

  #two-row-back-margin-block6 {
    margin-top: 20px;
  }

  #two-row-back-margin-block8 {
    margin-top: 35px;
  }

  .two-row-button-back {
    width: 150px;
    font-size: 14px;
    padding: 4px 0;
    letter-spacing: 1px;
  }

  .block10-img {
    width: 100%;
    height: auto;
    font-family: "trajan-pro-3", serif;
    font-size: 16px;
    letter-spacing: 1px;
    vertical-align: middle;
    line-height: 100px;
    background-color: #e5c584;
    color: #fff;
    margin-top: 0;
  }
  .block10-img a:hover {
    color: #fff;
  }

  .location-info-img {
    width: 75%;
  }

  .location-info-img-3blocks {
    width: 70%;
    margin-top: 0px;
  }

  #location-info-fix {
    margin-left: 8%;
  }

  .location-options {
    margin-top: 40px;
  }

  .church-info {
    height: 180px;
    text-align: left;
    font-size: 15px;
    line-height: 11px;
  }
  .church-info p {
    margin: 0 0 10px 0;
  }

  .two-img-info {
    height: 260px;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
  }

  .img-info-page-title {
    margin: 50px 0 40px 0;
  }

  .img-info-image {
    width: 100%;
    margin-top: 0;
  }

  .img-pg-info {
    font-size: 15px;
    line-height: 20px;
    margin: -3px 30px 0 50px;
    text-align: justify;
  }

  .info-title {
    font-size: 21px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 55px 0 30px 0;
    height: 51px;
  }

  .location-banner {
    width: 100%;
  }

  .main-image {
    border: #e5c584 solid 4px;
    width: 95%;
    margin-top: 60px;
  }

  .two-img-main-image {
    border: #e5c584 solid 4px;
    width: 95%;
  }

  .wtc-image {
    border: #e5c584 solid 4px;
    width: 85%;
    margin-left: 50px;
    margin-top: 25px;
    float: left;
  }

  .two-img-sec-image {
    border: #e5c584 solid 4px;
    width: 60%;
    margin-left: 50px;
    margin-top: 25px;
    float: left;
  }

  .sec-image {
    width: 72%;
    border: #e5c584 solid 4px;
    float: left;
  }

  #gallery-area {
    margin: 0 auto;
  }

  /*********************
  DZ SPECIFIC STYLES
  *********************/
  .dz-home-logo {
    width: 65%;
  }

  .church-location-title-dz {
    margin: 10px auto 50px auto;
  }

  #church-border {
    border-left: #e5c584 solid 3px;
  }

  .dz-church-img {
    width: 91%;
    margin-top: 0;
  }

  #btn-wrap-block4-dz {
    margin-top: 9.1%;
  }

  .block2-title-dz {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .block2-img-dz {
    width: 60%;
    margin-top: 0;
  }

  /*********************
  DZ STYLES
  *********************/
  .dz .product-wrap .product-sidebar li.menu-item a {
    color: #103a71;
  }
  .dz .product-wrap .product-sidebar li.menu-item {
    background: transparent;
    border-bottom: 1px solid #b78500;
  }

  .page-template-dz-page-home .home-head-bar {
    background: #103a71;
  }
  .page-template-dz-page-home #selection-container {
    margin-top: 25px;
  }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  BUTTONS
  *********************/
  .button-back {
    width: 150px;
    font-size: 14px;
    padding: 4px 0;
  }

  #btn-wrap-block2 {
    margin-top: 8%;
  }

  #btn-wrap-block3 {
    margin-top: 5.5%;
  }

  #btn-wrap-block4 {
    margin-top: 11.8%;
  }

  #btn-wrap-church-block4 {
    margin-top: 6.8%;
  }

  #btn-wrap-block6 {
    margin-top: 15px;
  }

  #btn-wrap-block10 {
    margin-top: 4.5%;
  }

  #btn-wrap-location-info {
    margin-top: 5.4%;
  }

  #btn-wrap-location-info-3blocks {
    margin-top: 8%;
  }

  #btn-wrap-img-info {
    margin-top: 6.5%;
  }

  #btn-church-info {
    margin-top: 4.8%;
  }

  #btn-two-img-info {
    margin-top: 3%;
  }

  .button-back-img-info {
    width: 150px;
    font-size: 14px;
    padding: 4px 0;
  }

  #tablet-btn-margin {
    margin-top: 2%;
    margin-bottom: 0;
  }

  .dmnav-more {
    width: 57%;
    float: right;
    min-width: 145px;
  }

  .dmnav-previous {
    width: 45%;
    float: left;
    min-width: 175px;
  }

  .dm-footer-nav {
    width: 100%;
    text-align: center;
    margin-top: 75px;
    padding: 0 5%;
  }

  .button-laoc {
    width: 300px;
    font-size: 13px;
  }

  .button-cv {
    width: 300px;
    font-size: 13px;
  }

  .slide-container {
    display: block;
  }

  .button-locations {
    margin-top: 4%;
    width: 250px;
    font-size: 16px;
    padding: 11px 0px;
    letter-spacing: 1px;
  }

  .button-spanish {
    width: 14%;
    float: right;
    margin: 50px 30px 0 0;
  }

  /*---------------------------
    SINGLE: PRODUCT
  ----------------------------*/
  .product-wrap {
    display: block;
    margin: 0 auto;
    max-width: 1700px;
    width: 95%;
  }
  .product-wrap .product-sidebar {
    float: left;
    width: 20%;
    margin-right: 5%;
  }
  .product-wrap .product-sidebar li.menu-item {
    background: transparent;
    border-bottom: 1px solid #BB8A24;
  }
  .product-wrap .product-sidebar li.menu-item:first-child {
    border-top: 1px solid #BB8A24;
  }
  .product-wrap .product-sidebar li.menu-item a {
    color: #60813c;
    text-align: left;
    padding: 0.5em 0;
    font-size: 15px;
  }
  .product-wrap .product-content {
    float: left;
    width: 75%;
  }
  .product-wrap .product-content .product-header {
    border-bottom: 1px solid #BB8A24;
  }
  .product-wrap .product-content .product-header h2 {
    float: left;
    margin: 0.8em 0;
  }
  .product-wrap .product-content .product-header a {
    float: right;
    padding: 0.5em 1em;
    margin: 1.5em 0 0;
  }
  .product-wrap .product-content img {
    width: 95%;
    max-width: 585px;
  }
  /* Product Category page header image */
  .product-wrap .product-content .product-page-description img {
    /* width: 95%; */
    max-width: 100%;
  }

  .product-wrap .product-content .product-information .caskets table,
  .product-wrap .product-content .product-information .memorial-tablets table,
  .product-wrap .product-content .product-information .personalized-products table,
  .product-wrap .product-content .product-information .simple-product-table table{
    width: 100%;
  }

  /*
  .gallery-columns-4 {
    dl.gallery-item {
      float: left;
      width: 22.604%;
      margin: 1em 2.351% 0 0;

      img {
        width: 100%;
        height: initial;
      }
    }
  }
  */
  .gallery-columns-6 dl.gallery-item {
    float: left;
    width: 15.552%;
    margin-right: 1.266%;
    margin-bottom: 0;
  }
  .gallery-columns-6 dl.gallery-item:nth-child(6n+6) {
    margin-right: 0;
  }
  .gallery-columns-6 dl.gallery-item img {
    width: 100%;
    height: initial;
  }

  /*-----------------------------------
    PAGE: DISTINGUISHED MEMORIALS
  -----------------------------------*/
  ul.dm-list {
    width: 100%;
    margin-top: 0;
  }

  .footer-col4 {
    width: 33.3333%;
    min-width: 33.3333%;
    min-height: 1px;
    display: initial;
    float: left;
  }

  .dm-pg-info {
    font-size: 15px;
    line-height: 20px;
    margin: -3px 30px 0 50px;
    text-align: left;
  }

  .dm-property-list li {
    font-size: 12px;
  }
  .dm-property-list li a {
    font-size: 12px;
  }

  .diagram {
    max-width: 839px;
    margin-top: 0;
  }

  #featured-img {
    margin-top: 0;
  }
  #featured-img img {
    width: 100%;
  }
  #featured-img__thumbnail {
    margin-top: 9px;
  }

  /*---------------------------
    PAGE: Standard Casket Coaches
  ----------------------------*/
  .coach-content {
    max-width: 650px;
  }
  .coach-content p {
    font-size: 16px;
  }

  /*---------------------------
    PAGE: PRODUCT
  ----------------------------*/
  .product-list li.list-item {
    float: left;
  }
  .product-list .clear-float {
    clear: both;
  }
  .product-list .category-title {
    color: #60813c;
    font-size: 18px;
    font-family: 'trajan-pro-3';
  }
  .product-list li.list-item img {
    width: 100%;
  }
  .product-list li.list-item .item-information {
    padding: 0.5em;
    font-size: 14px;
    line-height: 1.3;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #single-product-gallery h3 {
    text-align: left;
  }
  #single-product-gallery .gallery-section li {
    float: left;
  }

  /*---------------------------
    PAGE: 360 VIEW
  ----------------------------*/
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-list li.list-item {
    width: 48%;
    margin-right: 4%;
  }
  .product-list li.list-item:nth-child(2n+2) {
    margin-right: 0;
  }

  #single-product-gallery .gallery-section li {
    width: 48%;
    margin-right: 4%;
  }
  #single-product-gallery .gallery-section li:nth-child(2n+2) {
    margin-right: 0;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  /*---------------------------
    RESPONSIVE MENU
  ----------------------------*/
  .main-responsive-menu-icon {
    display: none;
  }

  #inner-header.js {
    display: block;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  .header #inner-header {
    text-align: left;
  }
  .header #inner-header a {
    display: block;
  }
  .header #inner-header a img {
    float: left;
    display: inline-block;
  }
  .header #inner-header a .fl-logo {
    max-width: 65px;
    margin: 9px 0 9px 4%;
  }
  .header #inner-header nav.headerNav {
    float: left;
    width: 100%;
  }
  .header #inner-header ul {
    margin: 0;
  }
  .header #inner-header ul li.menu-item {
    display: inline-block;
    margin: 0 5.5% 0 0;
    padding: 0;
  }
  .header #inner-header ul li.menu-item a {
    display: inherit;
    font-size: 19px;
    padding: 31px 0;
  }
  .header #inner-header ul li.menu-item:first-child {
    margin-left: 5%;
  }
  .header #inner-header ul li.menu-item:last-child {
    margin-right: 0;
  }

  .dz-logo {
    max-width: 250px;
  }
  .dz-logo img {
    margin-top: 22px;
    margin-right: 15px;
  }

  /*********************
  LAYOUT
  *********************/
  body {
    padding-top: 0;
  }

  /* Custom */
  .block4-title {
    font-size: 17px;
  }

  .w-preset-button {
    width: 380px;
  }

  .cs-title {
    color: #60813c;
    font-family: 'goudytrajan', serif;
    font-size: 32px;
    font-variant: small-caps;
    letter-spacing: 1px;
    margin-top: 100px;
  }

  .block8-img {
    width: 90%;
  }

  .video {
    width: 100%;
    height: 328px;
  }

  .home-logo {
    width: 73%;
  }

  .dm-footer-nav {
    margin-top: 0;
  }

  .dmnav-more {
    width: 44%;
  }

  .dmnav-previous {
    width: 53%;
  }

  /*********************
  HOMEPAGE
  *********************/
  .home-location-select {
    margin: 0;
    width: 72%;
  }

  .button-laoc {
    font-size: 15px;
    width: 365px;
  }

  .button-cv {
    font-size: 15px;
    width: 365px;
  }

  .button-spanish {
    width: 11%;
  }

  .dm-margin {
    width: 100%;
    margin: 100px 0;
    display: inline-block;
  }

  /*---------------------------
    PAGE: PRODUCT
  ----------------------------*/
  .product-list li.list-item {
    float: left;
    width: 22.3%;
    margin-right: 3.6%;
    display: table;
  }
  .product-list li.list-item:nth-child(4n+4) {
    margin-right: 0;
  }
  .product-list li.list-item img {
    width: 100%;
  }

  #single-product-gallery {
    margin-top: 35px;
  }
  #single-product-gallery .gallery-section li {
    float: left;
    width: 23%;
    margin-right: 2.666667%;
    margin-bottom: 2.666667%;
  }
  #single-product-gallery .gallery-section li:nth-child(4n+4) {
    margin-right: 0;
  }

  /*---------------------------
    PAGE: Standard Casket Coaches
  ----------------------------*/
  .coach-img {
    border: #e5c584 solid 4px;
    max-width: 625px;
    margin: auto auto;
  }

  .coach-content {
    max-width: 1000px;
  }
  .coach-content p {
    font-size: 17px;
  }

  .page-template-dz-page-home #selection-container {
    margin-top: 20px;
  }
  .page-template-dz-page-home .button-laoc {
    width: 200px;
    display: inline-block;
  }
  .page-template-dz-page-home .espanol-btn {
    margin-left: 20px;
  }

  .dz #inner-header {
    text-align: center !important;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .header #inner-header a .fl-logo {
    margin-left: 7.5%;
  }
  .header #inner-header ul li.menu-item {
    margin: 0 7% 0 0;
  }

  /*********************
  CUSTOM STYLES
  *********************/
  .home-logo {
    width: 60%;
  }

  .home-location-select {
    margin: 0;
    width: 66%;
  }

  #home-container {
    margin-top: 2.7%;
  }

  #btn-church-info {
    margin: 2% 0 0 0;
  }

  .button-laoc {
    margin-top: 4%;
    width: 425px;
    font-size: 19px;
  }

  .button-cv {
    margin-top: 4%;
    width: 425px;
    font-size: 19px;
  }

  .button-locations {
    margin-top: 4%;
    width: 320px;
    font-size: 18px;
  }

  .block2-img {
    width: 65%;
  }

  .block3-img {
    width: 80%;
  }

  .block6-img {
    width: 67%;
    margin-top: 0;
  }

  .location-info-img {
    width: 75%;
  }

  .block3-title {
    font-size: 18px;
  }

  #second-row-dm {
    margin: 0.7% 0 0 0;
  }

  #two-row-back-margin-block8 {
    margin-top: 20px;
  }

  #two-row-back-margin-block6 {
    margin-top: 20px;
  }

  .two-row-title {
    font-size: 16px;
    margin: 10px 0 15px 0;
    height: 35px;
    line-height: 21px;
  }

  .dmnav-more {
    width: 34%;
    margin-top: 0;
  }

  .dmnav-previous {
    width: 43%;
    margin-top: 0;
  }

  .block8-img {
    width: 90%;
  }

  #btn-two-img-info {
    margin-top: 1.5%;
  }

  #btn-wrap-img-info {
    margin-top: 1.8%;
  }

  .button-back {
    font-size: 15px;
    padding: 6px 0;
  }

  #btn-wrap-church-selection {
    margin-top: 6.8%;
  }

  #btn-wrap-block2 {
    margin-top: 9%;
  }

  #btn-wrap-block3 {
    margin-top: 7%;
  }

  #btn-wrap-location-info-3blocks {
    margin-top: 2%;
  }

  #btn-wrap-block4 {
    margin-top: 14.8%;
  }

  #btn-wrap-church-block4 {
    margin-top: 8%;
  }

  #btn-wrap-block6 {
    margin-top: 0.5%;
  }

  #btn-wrap-block8 {
    margin-top: 1%;
  }

  #btn-wrap-block10 {
    margin-top: 4%;
  }

  #btn-wrap-location-info {
    margin-top: 5.5%;
  }

  #btn-wrap-video {
    margin-top: 10%;
  }

  .button-spanish {
    width: 8.5%;
    float: right;
    margin: 37px 30px 0 0;
  }

  #container-home {
    margin: 35px auto 0 auto;
    padding: 0 auto;
  }

  .container-locations {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .cs-title {
    color: #60813c;
    font-size: 32px;
    font-variant: small-caps;
    letter-spacing: 1px;
    margin-top: 160px;
  }

  .church-info {
    text-align: left;
    font-size: 17px;
    line-height: 17px;
    height: 217px;
  }

  .two-img-info {
    text-align: left;
    font-size: 17px;
    line-height: 17px;
    height: 144px;
  }

  .info-title {
    font-size: 24px;
    line-height: 30px;
    margin: 44px 0 10px 0;
  }

  .img-pg-info {
    font-size: 17px;
    line-height: 24px;
    margin: -7px 10px 0 50px;
  }

  .location-options {
    margin-top: 50px;
  }

  .location-fl-logo {
    width: 22%;
    margin: 3% 0 1.5% 0.7%;
  }

  .main-image {
    margin-top: 50px;
    width: 88%;
  }

  .two-img-main-image {
    width: 77%;
  }

  .page-title {
    font-size: 31px;
  }

  .tablet-title {
    font-size: 30px;
  }

  .row-fluid .span2 {
    margin-left: 5%;
  }

  .sec-image {
    width: 72%;
    margin-top: 30px;
  }

  .video {
    width: 100%;
    height: 420px;
  }

  .view360 {
    height: 600px;
  }

  .dm-pg-info {
    font-size: 17px;
    line-height: 24px;
    margin: -7px 10px 0 50px;
  }
  .dm-pg-info p {
    margin: 0 0 20px 0;
  }
  .dm-pg-info .dm-buttons {
    margin-right: 2%;
    width: 48%;
  }

  /*********************
  DZ SPECIFIC STYLES
  *********************/
  .block2-img-dz {
    width: 45%;
  }

  .block2-title-dz {
    font-size: 18px;
    margin-top: 10px;
  }

  #btn-wrap-location-info-2blocks {
    margin-top: 2.5%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  .webPre-title {
    font-size: 24px;
    margin: 40px 0 0 50px;
  }

  .w-preset-button {
    width: 430px;
    font-size: 17px;
    margin: 15px 0 0 50px;
  }
  .w-preset-button a {
    margin-top: 20px;
  }

  .view360 {
    height: 600px;
  }

  .coach-content {
    max-width: 1400px;
  }
  .coach-content p {
    font-size: 18px;
  }

  .page-template-dz-page-home .button-laoc {
    width: 250px;
  }
}
@media only screen and (min-width: 1700px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .header #inner-header ul li.menu-item {
    margin: 0 8.5% 0 0;
  }
  .header #inner-header ul li.menu-item:first-child {
    margin-left: 8%;
  }

  /*********************
  CUSTOM
  *********************/
  .dm-buttons, .button-360-view {
    font-size: 15px;
  }

  h4 {
    font-size: 19px;
  }

  .info-title {
    font-size: 28px;
    line-height: 33px;
    margin: 80px 0 5px 0;
  }

  .block3-title {
    font-size: 22px;
    text-align: center;
    margin-top: 14px;
  }

  .block4-title {
    font-size: 19px;
    margin-top: 15px;
  }

  .block2-img {
    width: 65%;
  }

  .block4-img {
    width: 90%;
  }

  .block5-img {
    width: 73%;
  }

  .block6-img {
    width: 73%;
  }

  .block8-img {
    width: 88%;
  }

  .location-img-title {
    font-size: 19px;
  }

  .container-locations {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .cs-title {
    color: #60813c;
    font-size: 32px;
    font-variant: small-caps;
    letter-spacing: 1px;
    margin-top: 160px;
  }

  #container-home {
    width: 1700px;
    margin-top: 5%;
  }

  .church-info {
    text-align: left;
    font-size: 18px;
    height: 337px;
    line-height: 22px;
    margin-left: 0;
    padding-top: 30px;
  }

  .two-img-info {
    font-size: 18px;
    height: 332px;
    line-height: 22px;
  }

  .two-img-title {
    font-size: 38px;
    padding: 150px 0 60px 0;
  }

  .home-location-select {
    margin: 10px 0 0 5px;
    width: 55%;
  }

  #home-container {
    margin-top: 5.2%;
  }

  .home-logo {
    width: 60%;
  }

  #logo-container {
    border-right: #BB8A24 solid 3px;
    margin-right: -2%;
  }

  .img-info-page-title {
    font-size: 38px;
    margin: 60px 0 60px 0;
  }

  .img-pg-info {
    font-size: 17px;
    line-height: 24px;
  }

  .location-fl-logo {
    width: 20%;
    margin: 4% 0 2% 0.6%;
  }

  .location-options {
    margin-top: 3%;
    width: 100%;
  }

  #church-image {
    margin-top: 84px;
  }

  .sec-image {
    margin-top: 36px;
  }

  #church-sec-image {
    width: 72%;
  }

  .two-img-sec-image {
    width: 55%;
  }

  .nav {
    margin-left: 0;
    margin-bottom: 22px;
    list-style: none;
    font-size: 25px;
    letter-spacing: 1px;
  }

  .navbar .brand {
    margin-right: 40;
    margin-left: 82px;
  }

  .navbar-relative-top .container {
    max-width: 1700px;
  }

  .navbar .nav > li > a {
    padding: 30px 77px;
  }

  .page-title {
    font-size: 32px;
    padding: 25px 0;
  }

  .row-fluid .span2 {
    margin-left: 5%;
  }

  .two-row-title {
    font-size: 18px;
    margin: 19px 0 0 0;
  }

  #second-row-dm {
    margin: 2% 0 0 0;
  }

  .main-image {
    margin-top: 80px;
  }

  li.dm-item .dm-title {
    height: 50px;
    margin: 11px 0;
  }

  .dmnav-more {
    width: 28%;
  }

  .dmnav-previous {
    width: 35%;
    float: left;
  }

  .dm-footer-nav {
    position: fixed;
    margin: 0;
    padding: 0 90px;
    bottom: 40px;
  }

  .tablet-title {
    font-size: 34px;
    padding: 40px 0 40px 0;
  }

  .video {
    width: 100%;
    height: 469px;
  }

  /*********************
  BUTTONS
  *********************/
  .button-container {
    width: 80%;
    margin: 0 auto;
  }

  #btn-wrap-location-info {
    margin-top: 6.4%;
  }

  #btn-church-info {
    margin-top: 5.9%;
  }

  #btn-wrap-church-selection {
    margin-top: 5%;
  }

  #btn-wrap-block2 {
    margin-top: 13.4%;
  }

  #btn-wrap-block3 {
    margin-top: 10.5%;
  }

  #btn-wrap-block4 {
    margin-top: 19.2%;
  }

  #btn-wrap-church-block4 {
    margin-top: 12%;
  }

  #btn-wrap-block6 {
    margin-top: 2.3%;
  }

  #btn-wrap-block8 {
    margin-top: 5%;
  }

  #btn-wrap-block10 {
    margin-top: 8%;
  }

  #btn-wrap-img-info {
    margin-top: 4%;
  }

  #btn-two-img-info {
    margin-top: 3.7%;
  }

  #btn-wrap-video {
    margin-top: 13.1%;
  }

  .button-spanish {
    width: 7.5%;
    margin: 85px 45px 20px 0;
  }

  .button-back {
    width: 150px;
    margin-bottom: 0;
  }

  .button-laoc {
    width: 525px;
    font-size: 19px;
    padding: 14px 0px;
    letter-spacing: 1px;
  }

  .button-cv {
    width: 525px;
    font-size: 19px;
    padding: 14px 0px;
  }

  .button-locations {
    margin-top: 6%;
    width: 410px;
    font-size: 19px;
    padding: 14px 0px;
  }

  #two-row-back-margin-block6 {
    margin-top: 2.4%;
  }

  #two-row-back-margin-block10 {
    margin-top: 5.9%;
  }

  #two-row-back-margin-block8 {
    margin-top: 75px;
  }

  .two-row-wrapper {
    padding-top: 60px;
  }

  .dm-margin {
    margin: 160px 0;
  }

  .view360 {
    height: 725px;
  }

  .coach-img {
    max-width: 760px;
  }

  /*********************
  DZ SPECIFIC STYLES
  *********************/
  .block2-title-dz {
    margin-top: 2%;
  }

  #btn-wrap-location-info-3blocks {
    margin-top: 5.2%;
  }

  #btn-wrap-block4-dz {
    margin-top: 14.5%;
  }

  #btn-wrap-location-info-2blocks {
    margin-top: 5.5%;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
