/*
Theme Name: Heartland Cremation 2015
Description: Heartland Cremation custom theme designed by <a href="https://cyteworks.com">Cyteworks</a>.
Author: Cyteworks
Version: 1.01
Template: genesis
*/

/*****************************************************************************/
/* Genesis CSS ***************************************************************/
/*****************************************************************************/
/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

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

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

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


/*****************************************************************************/
/* General *******************************************************************/
/*****************************************************************************/
body {
	background-color: #fff;
	color: #696a6c;
	font-family: "tondo", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
}

h1,
h1.entry-title,
h2,
h3,
h3 > label,
h4,
h5,
h6 {
	font-family: "trajan-pro-3", serif;
	margin-bottom: 0.75em;
}

h1,
h1.entry-title {
	font-variant: small-caps;
	font-size: 48px;
	font-weight: normal;
	color: #956e8e;
}

h1.entry-title {
	text-align: center;
}

h2 {
	font-size: 32px;
	color: #956e8e;
}

h3,
h3 > label {
	font-variant: small-caps;
	font-size: 24px;
	font-weight: normal;
	color: #956e8e;
}

h4 {
	font-size: 24px;	
	font-weight: normal;
	font-family: "tondo", Arial, Helvetica, sans-serif;
	color: #696a6c;
	margin-bottom: 0;
	line-height: 1.625;
}

h6 {
	font-size: 11px;
	font-family: "tondo", Arial, Helvetica, sans-serif;
	
}

a,
a:link,
a:active,
a:visited,
a:focus {
	color: #696a6c;
	text-decoration: underline;
}

a:hover {
	color: #b4e6e2;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a {
	text-decoration: none !important;
}

h2.entry-title > a {
	color: #956e8e !important;
}

h3 > a {
	color: #956e8e !important;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover {
	text-decoration: underline !important;
}

h4 > a:hover {
	color: #696a6c !important;
}

a > img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: all 0.333s;
	-webkit-backface-visibility: hidden;
}

a:hover > img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	transition: all 0.333s;
}

.content > .entry,
.page-section-1 .entry {

    padding-top: 0;
  
	
}



body.no-items-in-cart .cart-icon {
	display: none;
}

hr {
	background-image: url( 'images/gray-gradient-line.png' );
	/*background-repeat: no-repeat;*/
	background-position: center center;
	background-size: 100% auto;
	border: 0;
	height: 0;
	/*padding-bottom: 10px;*/
	padding-bottom: 1px;
	margin-bottom: 2.25em;
	margin-top: 0;
}

.script-text {
	font-family: "grafolita-script", serif !important;
}

.serif-text {
	font-family: "trajan-pro-3", serif;
}

.red-text {
	color: #d53845;
}

.black-text {
	color: #000;
}

.blue-text {
	color: #0f477a;
}

span.required {
	color: red;
}

*::selection {
	background-color: #b4e6e2 !important;
	color: #696a6c;
}

*::-moz-selection {
	background-color: #b4e6e2 !important;
	color: #696a6c;
}

.pagination {
	font-family: "futura-pt", sans-serif;
	font-size: 20px !important;
	padding-left: 60px;
	padding-right: 60px;
}

.pagination a,
.pagination a:link,
.pagination a:active,
.pagination a:visited,
.pagination a:focus {
	background-color: #956e8e !important;
	text-decoration: none !important;
	border: 0 !important;
	color: #fff !Important;
	font-family: "trajan-pro-3", serif;
	font-size: 24px !important;
	padding: 0.25em 0.75em !important;
	text-transform: none !important;
	font-variant: small-caps !important;
}

.pagination a:hover,
.pagination li.active a {
	background-color: #b4e6e2 !important;
	color: #616161 !important;
}

.pagination a:active,
.pagination li.active a:active {
	background-color: #616161 !important;
	color: #fff !important;
}

.narrower-for-text {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}


.post hentry {
	max-width: 600px;	
	
}

@media only screen and (min-width:801px) {
	.mobile-only {
		display: none !important;
	}
}

@media only screen and (max-width: 800px) {
	body {
		background-image: none;
		padding-top: 128px;
	}

	h1,
	h1.entry-title {
		font-size: 36px;
	}

	.non-mobile-only {
		display: none !important;
	}

	.pagination {
		padding-left: 0;
		padding-right: 0;
	}

	hr {
		background-image: none;
		border-top: 1px solid #444;
		height: 0;
	}
}

@media only screen and (max-width:480px) {
	body {
		padding-top: 120px;
	}
}

/*****************************************************************************/
/* Print Layout **************************************************************/
/*****************************************************************************/
.print-header {
	display: none;
}

@media print {
	body {
		background-image: none;
		background-color: transparent;
	}

	.print-header {
		display: block;
		text-align: center;
		border-bottom: 2px solid #b4e6e2;
		padding-bottom: 10px;
	}

	.print-header img {
		height: 100px;
		width: auto;
	}

	.site-header,
	.menu-toggle,
	.nav-primary,
	.footer-widgets {
		display: none;
	}

	.site-inner {
		padding-top: 20px;
		position: static;
		top: 0;
	}

	.content .entry {
		padding: 0;
	}
}

/*****************************************************************************/
/* Header ********************************************************************/
/*****************************************************************************/

.mobile-logo {
	display: none;
}

.site-header {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center top;
}

	.site-header .wrap {
		position: relative;
	}

		.site-header .title-area {
			float: none;
			width: 100%;
		}

			.header-image .site-title > a {
				background: url( 'images/header-logo.png' ) no-repeat;
				background-size: contain;
				float: left;
				display: block;
				width: 170px;
				height: 179px;
				margin-left: auto;
				margin-right: auto;
				outline: 0;
			}

		.site-header .widget-area {
			float: none;
			position: absolute;
			right: 0;
			top: 75px;
			width: auto;
		}

			.site-header .widget-area .textwidget {
				line-height: 1.3;
				font-size: 14px;
			}

				.site-header .widget-area .textwidget p {
					margin-bottom: 12px;
				}

				.site-header .widget-area p:last-child {
					margin-bottom: 0;
				}

				.site-header .widget-area .large-text {
					font-size: 24px;
					font-family: "trajan-pro-3", serif;
				}

				.site-header .widget-area .phone {
					display: block;
					font-size: 20px;
					font-family: "trajan-pro-3", serif;
					color: #956E8E;
				}
				
				.site-header .widget-area .phone > a{
		
		            color: #956E8E !important;
		            text-decoration: none ;
	            }
				
		
@media only screen and (max-width: 960px) {
	.site-header {
		background-position: center center;
	}

		.site-header .wrap {
			padding-left: 0;
		}

			.header-image .site-title > a {
				width: 165px;
				height: 134px;
				margin-left: auto;
				margin-right: auto;
			}

			.site-header .widget-area {
				top: 30px;
			}
}

@media only screen and (max-width: 1279px) {
	.mobile-logo {
		z-index: 9999;
		padding: 15px;
		height: 60px;
		display: block;
		background-color: #e6e9f1;
		position: fixed;
		top: 73px;
		left: 0;
		right: 0;
		opacity: 0.95;
		filter: alpha(opacity=95);
		text-align: left;
	}

		.mobile-logo img {
			width: 32px;
			height: 32px;
			display: inline-block;
			vertical-align: middle;
		}

		.mobile-logo h3 {
			display: inline-block;
			vertical-align: middle;
			margin: 0 0 0 15px;
			color: #696A6C;
		}
			.mobile-logo h3 a {
				color: #696A6C !important;
				text-decoration: none !important;
				outline: 0;
			}

	.site-header {
		min-height: 0;
		background-image: none;
		background-color: #e6e9f1;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		opacity: 0.95;
		filter: alpha(opacity=95);
		z-index: 1000;
	}

		.site-header .wrap {
			padding-left: 5%;
			padding-top: 0;
			border-bottom: 2px solid #d3d3d3;
		}

			.site-header .title-area {
				display: none;
			}

			.site-header .widget-area {
				position: static;
				left: 0;
				top: 0;
				display: block;
				text-align: center;
			}

				.site-header .widget-area .textwidget p {
					margin-bottom: 3px;
					font-size: 18px !important;
					display: inline-block;
				}

				.site-header .widget-area .textwidget br {
					display: none;
				}

				.site-header .widget-area p:last-child {
					margin-bottom: 0;
				}

				.site-header .widget-area .phone {
					padding-top: 2px;
				}

				.site-header .widget-area .mobile-left-half {
					display: inline-block;
					vertical-align: top;
					width: 48%;
					text-align: right;
					padding-right: 10px;
					border-right: 1px solid #000;
				}

				.site-header .widget-area .mobile-right-half {
					display: inline-block;
					vertical-align: top;
					width: 48%;
					text-align: left;
					padding-left: 7px;
				}
}

@media only screen and (max-width:480px) {
	.site-header .widget-area .phone {
		font-size: 15px;
	}
	
	.site-header .widget-area .phone > a{
		font-size: 15px;
		color: #956E8E !important;
		text-decoration: none;
	}

	.mobile-logo h3 {
		font-size: 15px;
		margin-left: 5px
	}
}

/*****************************************************************************/
/* Menu **********************************************************************/
/*****************************************************************************/
.nav-primary {
	background-color: #e6e9f1;
	clear: both;
}

	.nav-primary .wrap {
		text-align: center;
		background-image: none;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
	}

		.nav-primary .menu-primary {
			display: inline-block;
			font-size: 0;
			background-image: url( '/greatservice/wp-content/uploads/2021/04/nav-line.png' );
			background-repeat: no-repeat;
			background-position: center top;
			background-size: contain;
			padding-top: 20px;
		}

			.nav-primary .genesis-nav-menu li {

			}

				.nav-primary .genesis-nav-menu a,
				.nav-primary .genesis-nav-menu a:link,
				.nav-primary .genesis-nav-menu a:visited,
				.nav-primary .genesis-nav-menu a:active,
				.nav-primary .genesis-nav-menu a:focus,
				.nav-primary .genesis-nav-menu a:hover,
				.nav-primary .genesis-nav-menu .current-menu-item a,
				.nav-primary .genesis-nav-menu .current-menu-item a:link,
				.nav-primary .genesis-nav-menu .current-menu-item a:visited,
				.nav-primary .genesis-nav-menu .current-menu-item a:active,
				.nav-primary .genesis-nav-menu .current-menu-item a:focus,
				.nav-primary .genesis-nav-menu .current-menu-item a:hover{
					color: #696a6c !important;
					font-weight: 400;
					font-size: 24px;
					transition: none;
					outline: 0;
					text-decoration: none;
					padding: 0;
					margin: 0 20px 22px; /* Convert block link into text link; no linked empty space between items */
				}

				.nav-primary .genesis-nav-menu a:hover,
				.nav-primary .genesis-nav-menu .current-menu-item a,
				.nav-primary .genesis-nav-menu .current-menu-item a:link,
				.nav-primary .genesis-nav-menu .current-menu-item a:visited,
				.nav-primary .genesis-nav-menu .current-menu-item a:active,
				.nav-primary .genesis-nav-menu .current-menu-item a:focus,
				.nav-primary .genesis-nav-menu .current-menu-item a:hover{
					color: #94c6c2 !important;
					transition: none;
				}

@media only screen and (max-width: 1200px) {
	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu a:link,
	.nav-primary .genesis-nav-menu a:visited,
	.nav-primary .genesis-nav-menu a:active,
	.nav-primary .genesis-nav-menu a:focus,
	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu .current-menu-item a,
	.nav-primary .genesis-nav-menu .current-menu-item a:link,
	.nav-primary .genesis-nav-menu .current-menu-item a:visited,
	.nav-primary .genesis-nav-menu .current-menu-item a:active,
	.nav-primary .genesis-nav-menu .current-menu-item a:focus,
	.nav-primary .genesis-nav-menu .current-menu-item a:hover{
		/*margin: 30px 15px;*/
	}
}

@media only screen and (max-width: 960px) {
	.nav-primary .genesis-nav-menu li {}

		.nav-primary .genesis-nav-menu a,
		.nav-primary .genesis-nav-menu a:link,
		.nav-primary .genesis-nav-menu a:visited,
		.nav-primary .genesis-nav-menu a:active,
		.nav-primary .genesis-nav-menu a:focus,
		.nav-primary .genesis-nav-menu a:hover,
		.nav-primary .genesis-nav-menu .current-menu-item a,
		.nav-primary .genesis-nav-menu .current-menu-item a:link,
		.nav-primary .genesis-nav-menu .current-menu-item a:visited,
		.nav-primary .genesis-nav-menu .current-menu-item a:active,
		.nav-primary .genesis-nav-menu .current-menu-item a:focus,
		.nav-primary .genesis-nav-menu .current-menu-item a:hover{
			/*font-size: 24px;*/
		}
}

/*****************************************************************************/
/* Mobile Menu ***************************************************************/
/*****************************************************************************/
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width: 801px) {
	/*nav {
		display: block !important;
	}*/
}

@media only screen and (max-width: 1279px) {
	.menu-toggle {
		position: fixed;
		top: -10px;
		left: -5px;
		z-index: 1002;
		outline: 0;
	}

	.menu-toggle/*,
	.sub-menu-toggle*/ {
		display: block;
		font-size: 32px;
		font-weight: bold;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;

		padding-right: 5px;
	}

	button.menu-toggle/*,
	button.sub-menu-toggle*/ {
		background-color: transparent;
		/*color: #fff;*/
		color: #696a6c;
	}

	/*.sub-menu-toggle {
		padding: 18px;
		padding: 1.8rem;
		position: absolute;
		right: 0;
		top: 0;
	}*/

	.menu-toggle:before {
		/*content: "\2261 \00a0 Menu";*/
		content: "\2261";
	}

	.menu-toggle.activated {
		color: #fff;
	}

	.menu-toggle.activated:before {
		/*content: "\2191";*/
	}

	/*.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.activated:before {
		content: "-";
	}*/

	nav {
		display: none;
		position: relative;
	}

	.nav-primary {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1001;
		background-color: #956e8e;
	}

		.nav-primary .wrap {
			text-align: left;
			padding: 0;
			background-image: none;
		}

			.nav-primary .menu-primary {
				display: block;
				border-bottom: 0;
				margin-top: 60px;
				background-image: none;
				padding-top: 0;
			}

				.nav-primary .genesis-nav-menu li {
					height: auto;
					display: block;
				}

					.nav-primary .genesis-nav-menu a,
					.nav-primary .genesis-nav-menu a:link,
					.nav-primary .genesis-nav-menu a:visited,
					.nav-primary .genesis-nav-menu a:active,
					.nav-primary .genesis-nav-menu a:focus,
					.nav-primary .genesis-nav-menu a:hover,
					.nav-primary .genesis-nav-menu .current-menu-item a,
					.nav-primary .genesis-nav-menu .current-menu-item a:link,
					.nav-primary .genesis-nav-menu .current-menu-item a:visited,
					.nav-primary .genesis-nav-menu .current-menu-item a:active,
					.nav-primary .genesis-nav-menu .current-menu-item a:focus,
					.nav-primary .genesis-nav-menu .current-menu-item a:hover{
						color: #fff !important;
						padding: 10px 20px;
						font-size: 18px;
						margin: 0;
					}

					.nav-primary .genesis-nav-menu a:hover,
					.nav-primary .genesis-nav-menu .current-menu-item a,
					.nav-primary .genesis-nav-menu .current-menu-item a:link,
					.nav-primary .genesis-nav-menu .current-menu-item a:visited,
					.nav-primary .genesis-nav-menu .current-menu-item a:active,
					.nav-primary .genesis-nav-menu .current-menu-item a:focus,
					.nav-primary .genesis-nav-menu .current-menu-item a:hover{
						background-image: none;
						background-color: #b4e6e2;
						color: #696a6c !important;
					}
}

/*****************************************************************************/
/* Footer ********************************************************************/
/*****************************************************************************/
.footer-widgets {
	background-color: #696a6c;
	background-image: url( 'images/footer-bg.png' );
	background-repeat: repeat-x;
	padding-top: 80px;
	padding-bottom: 35px;
	color: #fff;
}

	.footer-widgets h4 {
		font-size: 30px;
		font-weight: normal;
		color: #fff;
		font-family: "trajan-pro-3", serif;
		text-align: left;
	}

	.footer-widgets a,
	.footer-widgets a:link,
	.footer-widgets a:visited,
	.footer-widgets a:active,
	.footer-widgets a:focus {
		color: #fff;
		text-decoration: none;
	}

	.footer-widgets a:hover {
		color: #b4e6e2 !important;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		
		box-sizing: border-box;
		margin-left: 2.5641%;
		margin-right: 0;
		display: inline-block;
		vertical-align: top;
	}

	.footer-widgets-1 {
		line-height: 1.3;
		margin-left: 0;
		width: 33%
	}

		.footer-widgets-1 p:first-child img {
			margin-bottom: 20px;
		}

		.footer-widgets-1 p {
			margin-bottom: 20px;
		}

		.footer-widgets-1 p:last-child {
			margin-bottom: 0;
		}

		.footer-widgets-1 .social-media-icons img {
			display: inline-block;
			vertical-align: middle;
			margin: 0 15px;
		}

		.footer-widgets-1 .social-media-icons img:first-child {
			margin-left: 0;
		}

		.footer-widgets-1 .social-media-icons br {
			display: none;
		}

	.footer-widgets-2 {
		text-align: left;
		padding-top: 20px;
		width: 64%
	}

		.footer-widgets-2 p:last-child {
			margin-bottom: 0;
		}

	.footer-widgets-3 {
		padding-top: 20px;
		padding-left: 80px;
	}

		.footer-widgets-3 .widget_nav_menu {
			margin-bottom: 0;
		}

			.footer-widgets-3 .widget_nav_menu ul {
				-moz-column-count: 2;
				-moz-column-gap: 0px;
				-webkit-column-count: 2;
				-webkit-column-gap: 0px;
				column-count: 2;
				column-gap: 0px;
				margin-bottom: 0;
				text-align: left;
			}

				.footer-widgets-3 .widget_nav_menu li {
					border: 0;
					padding: 0;
					margin: 0 0 20px;
				}

				.footer-widgets-3 .widget_nav_menu li:last-child {
					margin-bottom: 0px;
				}

					.footer-widgets-3 .widget_nav_menu li a {
						font-size: 18px;
						font-weight: normal;
						text-decoration: none;
					}

@media only screen /*and (min-width:961px)*/ and (max-width:1200px) {
	.footer-widgets-3 {
		padding-left: 65px;
	}

		.footer-widgets-3 .widget_nav_menu ul {
			-moz-column-count: 1;
			-moz-column-gap: 0px;
			-webkit-column-count: 1;
			-webkit-column-gap: 0px;
			column-count: 1;
			column-gap: 0px;
		}
}

@media only screen and (max-width:960px) {
	.footer-widgets {
		padding-bottom: 40px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 800px) {
	.footer-widgets {
		background-image: none;
		border-top: 5px solid #956e8e;
	}

	.footer-widgets-2 {
		text-align: left;
		padding-top: 0;
	}

	.footer-widgets-3 {
		/*padding-top: 0px;
		padding-left: 0;*/
		display: none; /* Hide the additional menu in mobile */
	}
}

@media only screen and (max-width: 660px) {
	
	.footer-widgets-2 li {
   		width: 50% !important;
}
	
}


@media only screen and (max-width: 480px) {
	/*.footer-widgets-3 .widget_nav_menu ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}*/
	
}

/*****************************************************************************/
/* Forms *********************************************************************/
/*****************************************************************************/
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="tel"],
select,
textarea,
#respond textarea,
.gform_wrapper li > .ginput_container input[type="text"],
.gform_wrapper li > .ginput_container input[type="password"],
.gform_wrapper li > .ginput_container input[type="url"],
.gform_wrapper li > .ginput_container input[type="email"],
.gform_wrapper li > .ginput_container input[type="tel"],
.gform_wrapper li > .ginput_container input[type="number"],
div.gform_wrapper .gform_footer input[type="submit"],
#commentform input[type="submit"],
.gform_wrapper button,
.gform_wrapper li > .ginput_container select,
.gform_wrapper li > .ginput_container textarea,
.gform_wrapper li > .ginput_container .ginput_complex > span > input[type="text"],
a.button,
button.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	text-transform: none !important;
	padding: 0.25em !important;
	text-indent: 0 !important;
	font-weight: 400 !important;
	color: #696a6c !important;
	width: 100% !important;
	box-sizing: border-box;
	border-radius: 0 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus,
#respond textarea:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="submit"]:focus,
.gform_wrapper button:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper li > .ginput_container .ginput_complex > span > input[type="text"]:focus {
	border-color: #b4e6e2 !important;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 230, 226, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(180, 230, 226, 0.6) !important;
}

input[type="submit"],
#commentform input[type="submit"],
div.gform_wrapper .gform_footer input[type="submit"],
a.button,
button.button {
	width: auto !important;
	padding: 0.25em 2em !important;
	background: #956e8e !important;
	color: #fff !important;
	text-decoration: none !important;
	font-family: "trajan-pro-3", serif !important;
	font-size: 24px !important;
	text-transform: none !important;
	font-variant: small-caps !important;

	border: 0 !important;
	border-bottom: 4px solid #616161 !important;

	text-shadow: none !important;
	line-height: normal !important;
}

input[type="submit"]:hover,
#commentform input[type="submit"]:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover,
a.button:hover,
button.button:hover {
	background: #b4e6e2 !important;
	color: #616161 !important;
}

input[type="submit"]:active,
#commentform input[type="submit"]:active,
div.gform_wrapper .gform_footer input[type="submit"]:active,
a.button:active,
button.button:active {
	background: #616161 !important;
	color: #fff !important;
}

a.button.blue {
	background: #cdd3e3 !important;
	color: #696a6c !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
}

a.button.blue:hover {
	background: #b4e6e2 !important;
}

a.button.blue:active {
	background: #616161 !important;
	color: #fff !important;
}

a.button.download-brochure {
	padding-left: 100px !important;
	background-image: url('images/download-brochure.png') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: 40px 0 !important;
	margin-top: 0.75em;
}

::-webkit-input-placeholder {
	color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
	color: #aaa;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #aaa;
}
:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="text"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="password"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="url"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="email"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="tel"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="number"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container select:-ms-input-placeholder,
.gform_wrapper li > .ginput_container textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color: #aaa !important;
}

.gform_wrapper {
	max-width: 100% !important;
}

.gform_wrapper .ginput_complex > span {
	min-height: 0 !important
}

.gform_wrapper > br,
.gform_wrapper > p,
.gform_footer > br,
.gform_footer > p,
.gform_wrapper > form > p {
	display: none;
}

label,
.gfield_label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400 !important;
	text-transform: none !important;
}

.gform_footer {
	text-align: center !important;
	padding-top: 0.5em !important;
}

.gform_wrapper .instruction {
	white-space: normal !important;
}

@media only screen and (max-width:480px) {
	a.button.download-brochure {
		padding-left: 110px !important;
		background-position: 10px 0;
		padding-right: 20px !important;
	}
}

/*****************************************************************************/
/* Footer/Contact Page/Simple Arrangement Contact Form ***********************/
/*****************************************************************************/
#gform_wrapper_14 label,
.purple-form .gform_wrapper label {
	display: none !important;
}

.footer-widgets-2 li,
.purple-form .gform_wrapper li {
	border: 0 !important;
	padding-bottom: 0 !important;
	
}


.footer-widgets-2 li {
    display: inline !important; 
    float: left !important;
    width: 33%;
}



.footer-widgets .gform_wrapper textarea#input_14_7,
.purple-form .gform_wrapper textarea {
	height: 150px !important;
	width: 99% !important;
}

.footer-widgets .gform_wrapper div.validation_error,
.purple-form .gform_wrapper div.validation_error {
	color: #790000 !important;
	background-color: #FFDFE0 !important;
	padding-left: 1em !important;
}

.footer-widgets .gform_confirmation_wrapper div.gform_confirmation_message,
.purple-form .gform_confirmation_wrapper div.gform_confirmation_message {
	color: #616161 !important;
	background-color: #b4e6e2 !important;
	padding: 1em !important;
	margin-top: 1em !important
}

.footer-widgets .gform_wrapper input[type="submit"],
.footer-widgets div.gform_wrapper .gform_footer input[type="submit"],
.purple-form .gform_wrapper input[type="submit"],
.purple-form div.gform_wrapper .gform_footer input[type="submit"] {
	background: #cdd3e3 !important;
	color: #616161 !important;
}

.footer-widgets .gform_wrapper input[type="submit"]:hover,
.footer-widgets div.gform_wrapper .gform_footer input[type="submit"]:hover,
.purple-form .gform_wrapper input[type="submit"]:hover,
.purple-form div.gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #b4e6e2 !important;
	color: #616161 !important;
}

.footer-widgets .gform_wrapper input[type="submit"]:active,
.footer-widgets div.gform_wrapper .gform_footer input[type="submit"]:active,
.purple-form .gform_wrapper input[type="submit"]:active,
.purple-form div.gform_wrapper .gform_footer input[type="submit"]:active {
	background: #616161 !important;
	color: #fff !important;
}

@media only screen and (max-width:1200px) {
	.page-template-template-location-sidebar .entry-content .gform_wrapper .gf_left_half,
	.page-template-template-location-sidebar .entry-content .gform_wrapper .gf_right_half,
	.page-template-template-location-sidebar .entry-content .gform_wrapper textarea#input_14_7 {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none;
	}
}

@media only screen and (max-width:480px) {
	#gform_wrapper_14 .gf_left_half,
	#gform_wrapper_14 .gf_right_half,
	#gform_wrapper_14 textarea#input_14_7,
	.purple-form .gform_wrapper .gf_left_half,
	.purple-form .gform_wrapper .gf_right_half,
	.purple-form .gform_wrapper textarea {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		float: none;
	}

	#gform_wrapper_14 textarea#input_14_7,
	.purple-form .gform_wrapper textarea {
		width: 100% !important;
	}
}

/*****************************************************************************/
/* Purple Cremation Option Contact Form **************************************/
/*****************************************************************************/
.purple-form {
	background-color: #956E8E;
	color: #fff;
	padding: 5em 0;
	border-radius: 10px;
}

	.purple-form h1 {
		color: #fff !important;
		text-align: center;
	}

	.purple-form > ol {
		counter-reset: listNumbering;
		width: 55%;
		margin: 3em 11em 0;
	}

		.purple-form > ol > li {
			text-align: left !important;
			counter-increment: listNumbering;
			list-style-type: none !important;
			margin-bottom: 30px;
		}

		.purple-form > ol > li:before {
			content: counter(listNumbering);
			font-size: 32px !important;
			background-color: #fff;
			border: 7px solid #d0ced1;
			padding: 10px 26px;
			color: #956E8E;
			margin-right: 20px;
			border-radius: 100px;
			font-family: "tondo", sans-serif;
			display: inline-block;
			vertical-align: top;
		}

			.purple-form > ol > li > .list-item-content {
				display: inline-block;
				vertical-align: middle;
				font-size: 18px;
				color: #fff;
				width: 80%;
				padding-top: 30px;
			}

			.purple-form > ol > li:last-child,
			.purple-form > ol > li:last-child > .list-item-content {
				margin-bottom: 0;
			}

			.purple-form > ol > li .gform_wrapper {
				margin-left: 1em !important;
				margin-top: 2em !important;
				margin-bottom: 0 !important;
			}

@media only screen and (max-width:1200px) {
	.purple-form > ol {
		width: 68%;
		margin: 3em 5em 0;
	}
}

@media only screen and (max-width:960px) {
	.purple-form > ol {
		width: 86%;
		margin: 3em auto 0;
	}
}

@media only screen and (max-width:800px) {
	.purple-form > ol {
		width: 100%;
		margin: 3em 0em 0;
	}

	.purple-form > ol > li {
		text-align: center !important;
	}

	.purple-form > ol > li:before {
		margin-right: 0;
	}

	.purple-form > ol > li > .list-item-content {
		display: block;
		width: 100%;
		margin-top: 1em;
		margin-bottom: 3em;
		padding-top: 0;
	}

	.purple-form > ol > li .gform_wrapper {
		margin: 1em auto 0 !important;
		width: 90% !important;
		padding: 0 5% !important;
	}
}

/*****************************************************************************/
/* Full Width Page Templates *************************************************/
/*****************************************************************************/
.page-template-template-home .site-inner,
.page-template-template-cremation .site-inner,
.page-template-template-funeral .site-inner,
.page-template-template-veterans .site-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.page-template-template-home > .site-container:first-child .site-inner,
.page-template-template-cremation > .site-container:first-child .site-inner,
.page-template-template-funeral > .site-container:first-child .site-inner,
.page-template-template-veterans > .site-container:first-child .site-inner {
	padding: 0;
}

.page-template-template-home .entry,
.page-template-template-cremation .entry,
.page-template-template-funeral .entry,
.page-template-template-veterans .entry {
	margin-bottom: 0;
	min-height: 0;
}

.page-template-template-home .site-container.last .site-inner,
.page-template-template-cremation .site-container.last .site-inner,
.page-template-template-funeral .site-container.last .site-inner,
.page-template-template-veterans .site-container.last .site-inner {
	padding: 0; /* Remove extra space caused by empty "regular page content" container */
}

.page-template-template-home .site-container.last .site-inner .entry,
.page-template-template-cremation .site-container.last .site-inner .entry,
.page-template-template-funeral .site-container.last .site-inner .entry,
.page-template-template-veterans .site-container.last .site-inner .entry {
	padding: 0;
	margin: 0;
}

.page-template-template-home .page-section p:last-child,
.page-template-template-cremation .page-section p:last-child,
.page-template-template-funeral .page-section p:last-child,
.page-template-template-veterans .page-section p:last-child {
	margin-bottom: 0;
}

/*****************************************************************************/
/* Homepage ******************************************************************/
/*****************************************************************************/
.page-template-template-home .page-section-1 {
	background-color: #cdd3e3;
	padding: /*100px*/ 40px 0 80px;
}

.page-template-template-home .page-section-2 {
	padding: 100px 0 100px;

	background: rgba(230,230,230,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
}

.page-template-template-home .page-section-3 {
	/*background-color: #f7f7f7;*/
	background-color: #fff;
	padding: 100px 0;
}

.page-template-template-home .page-section-4 {
	background-color: #956e8e;
	padding: 100px 0;
}

.page-template-template-home .page-section-5 {
	/*background-color: #f7f7f7;*/
	padding: 100px 0;

	background: rgba(230,230,230,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
}

	.page-template-template-home .page-section-5 .entry-content > p {
		display: none;
	}

	.page-template-template-home .page-section-5 .location-image {
		text-align: right;
		margin-bottom: 1em;
	}

	.page-template-template-home .page-section-5 .location-info {
		padding-top: 60px;
	}

	.page-template-template-home .page-section-5 .location:last-child .location-image {
		margin-bottom: 0;
	}

.page-template-template-home .page-section-6 {
	background-color: #fff;
	padding: 100px 0;
}

@media only screen and (max-width:800px) {
	.page-template-template-home .page-section-5 .location-image {
		text-align: center;
		margin-bottom: 0;
	}

	.page-template-template-home .page-section-5 .location-info {
		padding-top: 0px;
		margin-bottom: 2em;
		text-align: center;
	}

	.page-template-template-home .page-section-5 .location:last-child .location-info {
		margin-bottom: 0;
	}
}

/*****************************************************************************/
/* Veterans Page *************************************************************/
/*****************************************************************************/
.page-template-template-veterans .page-section-1 {
	padding: 70px 0 100px;
	background-color: #fff;
}

.page-template-template-veterans .page-section-2 {
	padding: 100px 0;
	background-color: #e6e9f1;
}

.page-template-template-veterans .page-section-3 {
	background-color: #fff;
	padding: 100px 0;
}

.page-template-template-veterans .page-section-4 {
	background-color: #e6e9f1;
	padding: 100px 0;
}

/*****************************************************************************/
/* Cremation Page ************************************************************/
/*****************************************************************************/
.page-template-template-cremation .page-section-1 {
	padding: 40px 0 0px;

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(248,248,248,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(248,248,248,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(248,248,248,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(248,248,248,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(248,248,248,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );
}

.page-template-template-cremation .page-section-2 {
	padding: 0px 0 60px;

	background: rgba(248,248,248,1);
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,248,248,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(248,248,248,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f0f0f0', GradientType=0 );
}

.page-template-template-cremation .page-section-3 {
	background-color: #fff;
	padding: 100px 0;
}

.page-template-template-cremation .page-section-4 {
	background-color: #e6e9f1;
	padding: 100px 0;
}

.page-template-template-cremation .page-section-5 {
	background-color: #fff;
	padding: 100px 0;
}

/*****************************************************************************/
/* Affordable Funeral Page ***************************************************/
/*****************************************************************************/
.page-template-template-funeral .page-section-1 {
	background-color: #fff;
	padding: 70px 0 100px;
}

.page-template-template-funeral .page-section-2 {
	background-color: #956E8E;
	padding: 100px 0;
}

.page-template-template-funeral .page-section-3 {
	background-color: #e6e9f1;
	padding: 100px 0;
}

.page-template-template-funeral .page-section-4 {
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );

	padding: 100px 0;
}

.page-template-template-funeral .page-section-5 {
	background-color: #fff;
	padding: 100px 0;
}

@media only screen and (max-width:800px) {
	.page-template-template-funeral .page-section-1 {
		padding-top: 40px;
	}

	.page-template-template-funeral .page-section-id-71876 > div.one-third img.alignleft,
	.page-template-template-funeral .page-section-id-71876 > div.one-half img.alignleft {
		/*margin: 0 24px 24px 0;*/
		margin: 0 auto 24px;
		float: none;
		display: block;
	}
}

/*****************************************************************************/
/* Page Section: Worry-Free Cremation Process ********************************/
/*****************************************************************************/
.page-section-id-71898 {
	text-align: center;
}

	.page-section-id-71898 > h3 {
		font-size: 30px;
		line-height: 1.5;
		text-transform: none;
		display: inline-block;
		margin-right: 10px;
		width: 230px;
	}

	.page-section-id-71898 > h3 > sup {
		font-size: 12px;
		position: relative;
		top: -12px;
	}

	.page-section-id-71898 > h1 {
		font-size: 128px;
		line-height: 1;
		font-family: "adage-script", serif;
		color: #6f7072;
		text-shadow: -3px 0px 0px rgba(205, 211, 227, 1);
		font-variant: normal;
		display: inline-block;
		margin-bottom: 20px;
	}

	.page-section-id-71898 .cremation-process-wrapper {
		position: relative;
		text-align: left;
	}

	.page-section-id-71898 > p,
	.page-section-id-71898 .cremation-process > p {
		display: none;
	}

	.page-section-id-71898 .full-image img {
		width: 100%;
	}

	.page-section-id-71898 .cremation-process h4 {
		color: #956E8E;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1.2;
	}

	.page-section-id-71898 .cremation-process ul {
		margin-left: 1em;
		margin-top: 5px;
		margin-bottom: 0;
	}

	.page-section-id-71898 .cremation-process {
		position: absolute;
		line-height: 1.3;
	}

	.page-section-id-71898 .cremation-process.line-1 {
		display: none; /* Mobile only */
	}

	.page-section-id-71898 .cremation-process.line-2 {
		/* Your Loved One... */
		right: 0;
		top: 40px;
		text-align: right;
	}

	.page-section-id-71898 .cremation-process.line-3 {
		/* Never leaves our care... */
		right: 0;
		top: 150px;
		width: 300px;
		text-align: center;
		color: #fff;
	}

		.page-section-id-71898 .cremation-process.line-3 h5 {
			color: #fff !important;
		}

		.page-section-id-71898 .cremation-process.line-3 h5:nth-child(3) {
			font-size: 40px;
			font-weight: bold;
			line-height: 1;
			margin: 0 0 5px;
		}

		.page-section-id-71898 .cremation-process.line-3 h5:nth-child(4) {
			font-size: 72px;
			font-family: "grafolita-script", serif;
			font-weight: normal;
			line-height: 1;
			margin: 0 0 15px;
		}

	.page-section-id-71898 .cremation-process.line-4 {
		display: none; /* Mobile only */
	}

	.page-section-id-71898 .cremation-process.line-5 {
		/* Numerical ID system */
		left: 370px;
		top: 220px;
		width: 180px;
	}

	.page-section-id-71898 .cremation-process.line-6 {
		/* Open Door Policy */
		left: 310px;
		top: 500px;
		width: 280px;
	}

@media only screen and (min-width:961px) and (max-width:1200px) {
	.page-section-id-71898 .cremation-process.line-2 {
		/* Your Loved One... */
		top: 20px;
	}

	.page-section-id-71898 .cremation-process.line-3 {
		/* Never leaves our care... */
		right: 0;
		top: 115px;
		width: 235px;
	}

		.page-section-id-71898 .cremation-process.line-3 h5:nth-child(3) {
			font-size: 32px;
		}

		.page-section-id-71898 .cremation-process.line-3 h5:nth-child(4) {
			font-size: 56px;
			margin: 0 0 5px;
		}

	.page-section-id-71898 .cremation-process.line-5 {
		/* Numerical ID system */
		left: 265px;
		top: 145px;
	}

	.page-section-id-71898 .cremation-process.line-6 {
		/* Open Door Policy */
		left: 240px;
		top: 400px;
	}
}

@media only screen and (min-width:801px) and (max-width:960px) {
	.page-section-id-71898 .cremation-process.line-2 {
		/* Your Loved One... */
		top: 10px;
	}

	.page-section-id-71898 .cremation-process.line-3 {
		/* Never leaves our care... */
		right: 0;
		top: 95px;
		width: 190px;
		font-size: 14px;
	}

	.page-section-id-71898 .cremation-process.line-3 h5:nth-child(3) {
			font-size: 24px;
		}

		.page-section-id-71898 .cremation-process.line-3 h5:nth-child(4) {
			font-size: 40px;
			margin: 0 0 10px;
		}

	.page-section-id-71898 .cremation-process.line-5 {
		/* Numerical ID system */
		left: 190px;
		top: 100px;
	}

	.page-section-id-71898 .cremation-process.line-6 {
		/* Open Door Policy */
		left: 190px;
		top: 310px;
	}
}

@media only screen and (max-width:800px) {
	.page-section-id-71898 > h3 {
		padding-left: 0;
		margin-top: 0;
		margin-right: 0;
		display: block;
		width: 100%;
	}

	.page-section-id-71898 > h1 {
		font-size: 72px;
		margin-top: -15px;
	}

	.page-section-id-71898 .cremation-process {
		position: static;
		top: 0;
		left: 0;
		width: 100% !important;
		text-align: center !important;
		display: block !important;
		margin-bottom: 1em;
	}

		.page-section-id-71898 .cremation-process *:last-child {
			margin-bottom: 0 !important;
		}

		.page-section-id-71898 .cremation-process h4 > br,
		.page-section-id-71898 .cremation-process h5 > br {
			display: none;
		}

		.page-section-id-71898 .full-image img {
			display: none;
		}

		.page-section-id-71898 .cremation-process.line-3 h5,
		.page-section-id-71898 .cremation-process.line-3 p:last-child,
		.page-section-id-71898 .cremation-process.line-3 > div {
			display: none;
		}

		.page-section-id-71898 .cremation-process.line-3 img {
			margin-bottom: 0 !important;
		}
		
		.page-section-id-71898 .cremation-process ul > li{
  			list-style-type: disc;
   			margin: 0 auto;
   			max-width: 220px;
   			text-align: left;
	}
	
}

/*****************************************************************************/
/* Page Section: For Those Who Just Want Cremation ***************************/
/*****************************************************************************/
.page-section-id-71365 {}

	.page-section-id-71365 > h3 {
		font-size: 30px;
		line-height: 1.5;
		text-transform: none;
	}

	.page-section-id-71365 > h1 {
		font-size: 128px;
		line-height: 1;
		font-family: "grafolita-script", serif;
		color: #6f7072;
		text-shadow: -3px 0px 0px rgba(255, 255, 255, 1);
		font-variant: normal;
		margin-top: -55px;
		margin-bottom: 20px;
	}

@media only screen and (max-width: 800px) {
	.page-section-id-71365 > h1 {
		font-size: 72px;
		margin-top: -10px;
	}
}

/*****************************************************************************/
/* Page Section: We're Having a Celebration of Life **************************/
/*****************************************************************************/
.page-section-id-71367 {}

	.page-section-id-71367 > h3 {
		font-size: 30px;
		line-height: 1.5;
		text-transform: none;
	}

	.page-section-id-71367 > h1 {
		font-size: 128px;
		line-height: 1;
		font-family: "grafolita-script", serif;
		color: #6f7072;
		text-shadow: -3px 0px 0px rgba(205, 211, 227, 1);
		font-variant: normal;
		margin-top: -25px;
		margin-bottom: 0px;
	}

@media only screen and (max-width: 800px) {
	.page-section-id-71367 > h1 {
		font-size: 72px;
	}
}

/*****************************************************************************/
/* Page Section: Help for Veterans and Their Families ************************/
/*****************************************************************************/
.page-section-id-71967 {}

	.page-section-id-71967 h3,
	.page-section-id-71967 h2 {
		color: #0f4679;
	}

	.page-section-id-71967 hr {
		background-image: url( 'images/star-line.png' ) !important;
		background-repeat: no-repeat;
		padding-bottom: 40px;
		border: 0 !important;
	}

	.page-section-id-71967 ol {
		counter-reset: listNumbering;
		width: 66%;
		margin: 40px auto;
	}

		.page-section-id-71967 ol li {
			text-align: left !important;
			counter-increment: listNumbering;
			list-style-type: none !important;
			margin-bottom: 30px;
		}

			.page-section-id-71967 ol li:before {
				content: counter(listNumbering);
				font-size: 32px !important;
				background-color: #0f4679;
				border: 3px solid #959bb8;
				padding: 10px 26px;
				color: #fff;
				margin-right: 20px;
				border-radius: 100px;
				font-family: "tondo", sans-serif;
				display: inline-block;
				vertical-align: middle;
			}

			.page-section-id-71967 ol li .list-item-content {
				display: inline-block;
				vertical-align: middle;
				font-size: 18px;
				width: 85%;
				color: #0f4679;
			}

@media only screen and (max-width: 1200px) {
	.page-section-id-71967 ol {
		width: 80%;
	}
}

@media only screen and (max-width:960px) {
	.page-section-id-71967 ol {
		width: 90%;
	}

	.page-section-id-71967 ol li .list-item-content {
		width: 80%;
	}
}

@media only screen and (max-width: 800px) {
	.page-section-id-71967 ol {
		width: 100%;
	}

	.page-section-id-71967 ol li {
		text-align: center !important;
	}

	.page-section-id-71967 ol li:before {
		margin-right: 0;
	}

	.page-section-id-71967 ol li .list-item-content {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}

/*****************************************************************************/
/* Page Section: National Cemetery Benefits **********************************/
/*****************************************************************************/
.page-section-id-71974 {
	text-align: center;
}

	.page-section-id-71974 h3,
	.page-section-id-71974 h2 {
		color: #0f4679;
	}

	.page-section-id-71974 hr {
		background-image: url( 'images/star-line.png' ) !important;
		padding-bottom: 40px;
		border: 0 !important;
		background-repeat: no-repeat;
	}

	.page-section-id-71974 .one-half h4 {
		background-color: #fff;
		color: #0f4679;
		text-decoration: underline;
		display: inline-block;
		position: relative;
		top: 20px;
		padding: 0 10px;
	}

	.page-section-id-71974 .one-half table {
		border: 4px solid #0f4679;
	}

		.page-section-id-71974 .one-half table td {
			border: 0 !important;
			padding: 0 15px 15px;
			color: #000;
			vertical-align: bottom;
			line-height: 1.2;
		}

		.page-section-id-71974 .one-half table tr:first-child td {
			padding-top: 20px;
		}

		.page-section-id-71974 .one-half table td:nth-child(1) {
			padding-right: 0;
		}

		.page-section-id-71974 .one-half table td:nth-child(2) {
			text-align: right;
			font-family: "trajan-pro-3", serif;
			white-space: nowrap;
			padding-left: 0;
		}

			.page-section-id-71974 .one-half table td:nth-child(2) small {
				font-family: "tondo", Arial, Helvetica, sans-serif;
			}

		.page-section-id-71974 .one-half table tr:last-child td {
			text-align: center;
			font-size: 24px;
			border-top: 2px solid #0f4679 !important;
			padding-top: 15px;
			padding-right: 15px;
		}

			.page-section-id-71974 .one-half table tr:last-child td .serif-text {
				font-size: 30px;
			}

		.page-section-id-71974 .one-half.national-cemetery table td:nth-child(2) {
			color: #d53845;
		}

	.page-section-id-71974 .one-half.national-cemetery table {
		background-image: url('images/flag.jpg');
		background-repeat: no-repeat;
		background-position: right top;
		background-size: contain;
	}

@media only screen and (max-width: 1200px) {
	.page-section-id-71974 .one-half table td:nth-child(2) small {
		display: none;
	}

	.page-section-id-71974 .one-half h4,
	.page-section-id-71974 .one-half table tr:last-child td {
		font-size: 20px;
	}
}

@media only screen and (max-width:80px) {
	.page-section-id-71974 .one-half h4,
	.page-section-id-71974 .one-half table tr:last-child td {
		font-size: 20px;
	}
}

/*****************************************************************************/
/* Page Section: A Traditional Service Without the Traditional Price [Packages] */
/*****************************************************************************/
.page-section-id-71441 {
	text-align: center;
}

	.page-section-id-71441 > h3 {
		font-size: 30px;
		line-height: 1.5;
		text-transform: none;
		color: #cdd1e2;
	}

	.page-section-id-71441 > h3:first-child {
		/*display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-right: -20px;*/
		padding-left: 100px;
	}

	.page-section-id-71441 > h1 {
		font-size: 128px;
		line-height: 1.25;
		font-family: "grafolita-script", serif;
		color: #cdd1e2;
		text-shadow: -3px 0px 0px rgba(128, 130, 125, 1);
		font-variant: normal;
		margin-top: -55px;
		margin-bottom: 0px;
	}


	.page-section-id-71441 .cremation-option-box .arrow > a.button {
		background-color: #6a6a6c !important;
	}

	.page-section-id-71441 .cremation-option-box .arrow > a.button:hover {
		background: #b4e6e2 !important;
		color: #616161 !important;
	}

	.page-section-id-71441 .cremation-option-box .arrow > a.button:active {
		background: #616161 !important;
		color: #fff !important;
	}

@media only screen and (max-width: 800px) {
	.page-section-id-71441 > h3:first-child {
		padding-left: 0;
	}

	.page-section-id-71441 > h1 {
		font-size: 72px;
		margin-top: -25px;
	}
}

/*****************************************************************************/
/* Page Section: Affordable Funerals - It's Included! ************************/
/*****************************************************************************/
.page-section-id-71876 {
	text-align: center;
}

	.page-section-id-71876 > h3 {
		font-size: 30px;
		line-height: 1.5;
		text-transform: none;
		display: block;
	}

	.page-section-id-71876 > h3:first-child {
		display: inline-block;
		padding-left: 0;
		position: relative;
		top: -70px;
		margin-right: 0px;
	}

	.page-section-id-71876 > h1 {
		font-size: 128px;
		line-height: 1;
		font-family: "grafolita-script", serif;
		color: #6f7072;
		text-shadow: -3px 0px 0px rgba(205, 211, 227, 1);
		font-variant: normal;
		margin-top: -25px;
		margin-bottom: 0px;
		display: inline-block;
	}

	.page-section-id-71876 .one-half > p {
		margin-right: 160px;
	}

	.page-section-id-71876 .one-half.first > p {
		margin-left: 160px;
		margin-right: 0;
	}

	.page-section-id-71876 .one-third .item-caption {
		position: relative;
		top: 50px;
		left: 80px;
		display: inline-block;
	}

	.page-section-id-71876 .one-half .item-caption {
		position: relative;
		top: 50px;
		left: 10px;
		display: inline-block;
	}

	.page-section-id-71876 .one-half.first .item-caption {
		left: 170px;
	}

@media only screen and (min-width:801px) and (max-width:1199px) {
	.page-section-id-71876 .one-half img,
	.page-section-id-71876 .one-third img {
		max-width: 210px;
	}

	.page-section-id-71876 .one-half > p {
		margin-right: 100px;
	}

	.page-section-id-71876 .one-half.first > p {
		margin-left: 100px;
		margin-right: 0;
	}

	.page-section-id-71876 .one-third .item-caption {
		top: 40px;
		left: 70px;
	}

	.page-section-id-71876 .one-half .item-caption {
		top: 40px;
		left: 30px;
	}

	.page-section-id-71876 .one-half.first .item-caption {
		left: 120px;
	}
}

@media only screen and (max-width: 800px) {
	.page-section-id-71876 > h3 {
		padding-left: 0;
		margin-top: 0;
	}

	.page-section-id-71876 > h3:first-child {
		margin-right: 0;
		display: block;
		position: static;
	}

	.page-section-id-71876 > h1 {
		font-size: 72px;
		margin-top: -15px;
		margin-bottom: 20px;
	}

	.page-section-id-71876 .one-half > p {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.page-section-id-71876 .one-half .item-caption,
	.page-section-id-71876 .one-half.first .item-caption{
		top: 50px;
		left: 80px;
	}
}



/*****************************************************************************/
/* Page Section: For Veterans and their Families *****************************/
/*****************************************************************************/
.page-section-id-71460 {
	text-align: center;
}

	.page-section-id-71460 > h3 {
		font-size: 30px;
		line-height: 1.5;
		text-transform: none;
		color: #767676;
		display: block;
		margin-top: -20px;
	}

	.page-section-id-71460 > h3:first-child {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-right: -20px;
	}

	.page-section-id-71460 > h1 {
		font-size: 128px;
		line-height: 1;
		font-family: "grafolita-script", serif;
		color: #02448b;
		text-shadow: -3px 0px 0px rgba(255, 255, 255, 1);
		font-variant: normal;
		margin-top: -25px;
		margin-bottom: 0px;
		display: inline-block;
	}

	.page-section-id-71460 .sized-cremation-option-boxes {
		margin-top: 20px;
	}

		.page-section-id-71460 .cremation-option-box h3 > a {
			color: #ae080b !important;
		}

		.page-section-id-71460 .cremation-option-box .arrow > a.button {
			background-color: #ae080b !important;
		}

		.page-section-id-71460 .cremation-option-box .arrow > a.button:hover {
			background: #b4e6e2 !important;
			color: #616161 !important;
		}

		.page-section-id-71460 .cremation-option-box .arrow > a.button:active {
			background: #616161 !important;
			color: #fff !important;
		}

	.page-section-id-71460 .one-third .item-caption {
		position: relative;
		top: 50px;
		left: 80px;
		display: inline-block;
	}

	.page-section-id-71460 .one-half .item-caption {
		position: relative;
		top: 50px;
		left: 10px;
		display: inline-block;
	}

	.page-section-id-71460 .one-half.first .item-caption {
		left: 170px;
	}
	
	
	
@media only screen and (min-width:801px) and (max-width:1199px) {
	.page-section-id-71460 .one-half img,
	.page-section-id-71460 .one-third img {
		max-width: 210px;
	}


	.page-section-id-71460 .one-third .item-caption {
		top: 40px;
		left: 70px;
	}


}
	

@media only screen and (max-width: 800px) {
	.page-section-id-71460 > h3 {
		padding-left: 0;
		margin-top: 0;
	}

	.page-section-id-71460 > h3:first-child {
		margin-right: 0;
		display: block;
	}

	.page-section-id-71460 > h1 {
		font-size: 72px;
		margin-top: -35px;
	}
}

/*****************************************************************************/
/* Page Section: For Veterans and their Families - What We Do ****************/
/*****************************************************************************/
.page-section-id-71944 {
	text-align: center;
}

	.page-section-id-71944 h3 {
		color: #767676;
	}

	.page-section-id-71944 .title-wrapper > h3 {
		font-size: 30px;
		line-height: 1.5;
		text-transform: none;
		color: #767676;
		display: block;
		padding-left: 100px;
		margin-top: -20px;
	}

	.page-section-id-71944 .title-wrapper > h3:first-child {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-right: -20px;
	}

	.page-section-id-71944 .title-wrapper > h1 {
		font-size: 128px;
		line-height: 1;
		font-family: "grafolita-script", serif;
		color: #02448b;
		text-shadow: -3px 0px 0px rgba(255, 255, 255, 1);
		font-variant: normal;
		margin-top: -25px;
		margin-bottom: 0px;
		display: inline-block;
	}

	.page-section-id-71944 hr {
		background-image: url( 'images/star-line.png' ) !important;
		padding-bottom: 40px;
		border: 0 !important;
		background-repeat: no-repeat;
	}

	.page-section-id-71944 .one-half.line-1 {
		text-align: left;
	}
	.page-section-id-71944 .one-half.first.line-1 {
		padding-left: 250px;
		padding-top: 110px;
	}

	.page-section-id-71944 .one-half.line-2 {
		padding-top: 60px;
		text-align: left;
	}
	.page-section-id-71944 .one-half.first.line-2 {
		text-align: right;
		padding-top: 0;
	}

	.page-section-id-71944 .one-half.line-3 {
		text-align: left;
		margin-bottom: 20px;
	}
	.page-section-id-71944 .one-half.first.line-3 {
		padding-left: 200px;
		padding-top: 70px;
	}

@media only screen and (max-width:1200px) {
	.page-section-id-71944 .one-half br {
		display: none;
	}

	.page-section-id-71944 .one-half.first.line-1 {
		padding-left: 150px;
	}

	.page-section-id-71944 .one-half.first.line-3 {
		padding-left: 100px;
		padding-top: 60px;
	}
}

@media only screen and (max-width:960px) {
	.page-section-id-71944 .one-half.first.line-1 {
		padding-left: 50px;
	}

	.page-section-id-71944 .one-half.first.line-3 {
		padding-left: 20px;
		padding-top: 40px;
	}
}

@media only screen and (max-width: 800px) {
	.page-section-id-71944 .title-wrapper > h3 {
		padding-left: 0;
		margin-top: 0;
	}

	.page-section-id-71944 .title-wrapper > h3:first-child {
		margin-right: 0;
		display: block;
	}

	.page-section-id-71944 .title-wrapper > h1 {
		font-size: 72px;
		margin-top: -35px;
	}

	.page-section-id-71944 .one-half.line-1,
	.page-section-id-71944 .one-half.line-2,
	.page-section-id-71944 .one-half.line-3 {
		padding-left: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 20px !important;
		text-align: center !important;
		margin-bottom: 0 !important;
	}
}

/*****************************************************************************/
/* Page Section: A Traditional Service Without the Traditional Price [Learn More] */
/*****************************************************************************/
.page-section-id-71349 {
	background-image: url('images/casket.gif');
	background-repeat: no-repeat;
	background-position: 90px 70px;
}

	.page-section-id-71349 > p {
		display: none;
	}

	.page-section-id-71349 .line-1 {
		margin-left: 190px;
	}

	.page-section-id-71349 .line-2 {
		margin-top: -55px;
	}

	.page-section-id-71349 .line-2,
	.page-section-id-71349 .line-3 {
		margin-left: 440px;
	}

	.page-section-id-71349 .line-3 {
		margin-top: 5px;
	}

	.page-section-id-71349 .line-4 {
		margin-top: 15px;
	}

	.page-section-id-71349 .line-4,
	.page-section-id-71349 .line-5 {
		margin-left: 605px;
	}

	.page-section-id-71349 .line-5 {
		margin-top: 25px;
		padding-bottom: 40px;
	}

	.page-section-id-71349 .line-1,
	.page-section-id-71349 .line-3 {
		font-size: 30px;
		font-family: "trajan-pro-3", serif;
		font-variant: small-caps;
		color: #fff;
	}

	.page-section-id-71349 .line-2 {
		font-size: 128px;
		line-height: 1;
		font-family: "grafolita-script", serif;
		color: #cdd3e3;
		text-shadow: -3px 0px 0px rgba(129, 129, 129, 1);
	}

	.page-section-id-71349 .line-4 {
		font-size: 24px;
		font-family: "trajan-pro-3", serif;
		font-variant: small-caps;
		color: #cdd3e3;
		line-height: 1.3;
	}

		.page-section-id-71349 .line-4 .cost {
			font-size: 52px;
		}

		.page-section-id-71349 .line-4 sup {
			font-size: 30px;
			position: relative;
			top: -18px;
		}

@media only screen and (max-width:1200px) {
	.page-section-id-71349 {
		background-position: 0px 70px;
	}

	.page-section-id-71349 .line-1 {
		margin-left: 110px;
	}

	.page-section-id-71349 .line-2,
	.page-section-id-71349 .line-3 {
		margin-left: 350px;
	}

	.page-section-id-71349 .line-4,
	.page-section-id-71349 .line-5 {
		margin-left: 515px;
	}

	.page-section-id-71349 .line-5 {
		padding-bottom: 60px;
	}

	.page-section-id-71349 .line-1,
	.page-section-id-71349 .line-3 {
		font-size: 26px;
	}
}

@media only screen and (max-width:960px) {
	.page-section-id-71349 {
		background-position: center top;
		padding-top: 350px;
		text-align: center;
	}

	.page-section-id-71349 .line-1,
	.page-section-id-71349 .line-2,
	.page-section-id-71349 .line-3,
	.page-section-id-71349 .line-4,
	.page-section-id-71349 .line-5 {
		margin-left: 0;
		padding-bottom: 0;
		margin-top: 0;
	}

	.page-section-id-71349 .line-2 {
		margin-top: 0;
	}

	.page-section-id-71349 .line-5 {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 800px) {
	.page-section-id-71349 {
		padding-top: 65%;
		background-size: contain;
	}

	.page-section-id-71349 .line-2 {
		font-size: 72px;
	}
}

/*****************************************************************************/
/* About Page ****************************************************************/
/*****************************************************************************/
.page-template-template-about {}

.page-template-template-about .first-title h3 {
	font-size: 30px;
	line-height: 1.5;
	text-transform: none;
}

.page-template-template-about .first-title h1 {
	font-size: 128px;
	line-height: 1;
	font-family: "grafolita-script", serif;
	color: #6f7072;
	text-shadow: -3px 0px 0px rgba(205, 211, 227, 1);
	font-variant: normal;
	margin-top: -45px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
	.page-template-template-about .first-title h1 {
		font-size: 72px;
		margin-top: -20px;
	}
}

/*****************************************************************************/
/* Locations List Template ***************************************************/
/*****************************************************************************/
.page-template-template-locations .locations-state {
	margin-bottom: 100px;
}

	.page-template-template-locations .locations-location {
		background-color: #f1f1f1;
		padding: 20px;
		border-radius: 9px;
		margin-bottom: 20px;
		border-bottom: 3px solid #dcdcdc;
	}

		.page-template-template-locations .location-info img {
			width: 200px;
			height: auto;
			margin-top: 15px;
			margin-bottom: 10px;
		}

		.page-template-template-locations .location-info div:last-child {
			margin-top: 10px;
		}

		.page-template-template-locations .location-map iframe {
			width: 100%;
			margin-top: 15px;
		}

.page-template-template-locations .locations-state:last-child,
.page-template-template-locations .locations-state:last-child .locations-location:last-child {
	margin-bottom: 0;
}

.button-location{
	width: auto !important;
	padding: 0.25em 2em !important;
	background: #956e8e !important;
	color: #fff !important;
	text-decoration: none !important;
	font-family: "trajan-pro-3", serif !important;
	font-size: 14px !important;
	text-transform: none !important;
	font-variant: small-caps !important;

	border: 0 !important;
	border-bottom: 4px solid #616161 !important;

	text-shadow: none !important;
	line-height: normal !important;
	
	
}

.button-location:hover {
	background: #b4e6e2 !important;
	color: #616161 !important;
	
}

.button-location:active{
    background: #616161 !important;
	color: #fff !important;
	
}

@media only screen and (max-width:800px) {
	.page-template-template-locations h4,
	.page-template-template-locations .location-info,
	.page-template-template-locations .location-map div:last-child {
		text-align: center;
	}
}

/*****************************************************************************/
/* Single Location ***********************************************************/
/*****************************************************************************/
.single-location .location.entry {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.single-location .location-featured-image.screen,
.single-area-served .location-featured-image.screen {
	margin-bottom: 0;
}

	.single-location .location-featured-image.screen img,
	.single-area-served .location-featured-image.screen img {
		width: 100%;
	}

.single-location .location-featured-image.print,
.single-area-served .location-featured-image.print {
	display: none;
}

.single-location .location-contact-info.print,
.single-area-served .location-contact-info.print {
	display: none;
}

.single-location .location-map-info.print,
.single-area-served .location-map-info.print{
	width: 100%;
	height: 0; /* display:none; seems to mess up the map when displayed for print */
	overflow: hidden;
}

	.single-location .location-map-info.print iframe,
	.single-area-served .location-map-info.print iframe {
		width: 750px;
		height: 350px;
		margin-top: 20px;
	}

.single-location .location-map-column,
.single-area-served .location-map-column {
	text-align: left;
	background-color: #f1f1f1;
	padding: 20px;
	border-radius: 9px;
	border-bottom: 3px solid #dcdcdc;
}

	.single-location .location-map-info.screen iframe,
	.single-area-served .location-map-info.screen iframe {
		margin-top: 20px;
		width: 100%;
		height: 250px;
	}

	.single-location .location-contact-info > p,
	.single-area-served .location-contact-info > p {
		margin-top: 12px;
		margin-bottom: 0;
	}

	.single-location .location-map-info .location-map-note,
	.single-area-served .location-map-info .location-map-note {
		line-height: 1.3;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.single-location .location-map-box img,
	.single-area-served .location-map-box img {
		width: 100%;
	}

	.single-location .location-map-box > p:last-child,
	.single-area-served .location-map-box > p:last-child {
		margin-bottom: 0;
	}

.single-location .location-post-column,
.single-area-served .location-post-column {

}

@media only screen and (max-width:800px) {
	.single-location .location-map-column,
	.single-area-served .location-map-column {
		margin-bottom: 30px;
	}
}

@media print {
	.single-location .location-post-column,
	.single-location .location-contact-info.screen,
	.single-area-served .location-post-column,
	.single-area-served .location-contact-info.screen {
		display: none !important;
	}

	.single-location .location-featured-image.screen,
	.single-area-served .location-featured-image.screen {
		display: none;
	}

	.single-location h1.entry-title,
	.single-area-served h1.entry-title {
		margin-bottom: 0px;
	}

	.single-location .location-featured-image.print,
	.single-area-served .location-featured-image.print {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-right: 3%;
	}

	.single-location .location-contact-info.print,
	.single-area-served .location-contact-info.print {
		width: 45%;
		vertical-align: top;
		display: inline-block;
	}

	.single-location .location-map-info.print,
	.single-area-served .location-map-info.print {
		height: auto;
	}

	.single-location .location-map-column,
	.single-area-served .location-map-column {
		display: none;
	}
}

/*****************************************************************************/
/*** Obituaries **************************************************************/
/*****************************************************************************/
.post-type-archive .content {
	padding-bottom: 4em;
}

	.obituary-search-form {
		margin-top: 3em;
		margin-bottom: 4em;
		width: 50%;
		white-space: nowrap;
		margin-left: auto;
		margin-right: auto;
	}

		.obituary-search-form > form > div > #s {
			width: 67% !important;
			display: inline-block;
			vertical-align: middle;
		}

		.obituary-search-form > form > div > #searchsubmit {
			width: 33% !important;
			display: inline-block;
			vertical-align: middle;
			padding-left: 0.5em !important;
			padding-right: 0.5em !important;
		}

	.post-type-archive-obituary .search-results-title {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		padding-left: 60px;
		padding-right: 60px;
	}

	.obituary-featured-image {
		float: left;
		margin-top: 7px;
		margin-bottom: 1.0em;
	}

		.obituary-featured-image img {
			width: 100%;
		}

	.post-type-archive .obituary.entry {
		padding-bottom: 0;
		margin-bottom: 1em;
	}

		.post-type-archive .obituary.entry .obituary-featured-image {
			margin-bottom: 12px;
			width: 250px;
		}

		.post-type-archive .obituary.entry .obituary-body {
			margin-left: 250px;
			padding-left: 1.5em;
			box-sizing: border-box;
		}

			.post-type-archive .obituary.entry .obituary-body.no-image {
				margin-left: 0;
				padding-left: 0;
			}

		.post-type-archive .obituary.entry .read-more {
			display: block;
			margin-top: 1em;
		}

	.single-obituary .entry {
		margin-bottom: 0;
	}

	.single-obituary-container {}

		.single-obituary-container .obituary-featured-image {
			margin-right: 1.5em;
			width: 400px;
		}

		.obituary-share {
			float: right;
			width: 25%;
			margin-left: 1.5em;
			margin-bottom: 1.0em;
			margin-top: 7px;
			border: 10px solid #cbd4e5;
			padding: 10px;
			box-sizing: border-box;

			background: rgba(255,255,255,1);
			background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(203,212,229,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(255,255,255,1)), color-stop(100%, rgba(203,212,229,1)));
			background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(203,212,229,1) 100%);
			background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(203,212,229,1) 100%);
			background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(203,212,229,1) 100%);
			background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(203,212,229,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbd4e5', GradientType=0 );
		}

			.obituary-share h3 {
				font-family: "grafolita-script", serif !important;
				font-variant: normal;
				text-align: center;
				font-size: 48px !important;
				margin-bottom: 10px;
				color: #68686b;
			}

		.single-obituary-share-placeholder {
			display: none;
			clear: both;
		}

.single-obituary #comments,
.single-obituary #respond {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 0;
}

#comments h3,
#respond h3 {
	text-align: center;
	font-size: 32px;
	color: #956e8e;
	font-weight: bold;
}

.comment-list .comment {
	border: 10px solid #d8d8d8;
	padding: 10px;
	box-sizing: border-box;

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 );
}

	.comment-header {}

		.comment-author {
			font-family: "trajan-pro-3", serif;
			font-variant: small-caps;
			font-size: 24px;
			font-weight: normal;
			color: #956e8e;
		}

		.single-obituary .comment-header .says,
		.single-obituary .comment-edit-link {
			display: none;
		}

		.comment-meta {
			color: #aaa;
			font-size: 14px;
			margin-bottom: 10px;
			margin-top: -5px;
		}

	.comment-content{

	}

		.comment-content p:last-child {
			margin-bottom: 0;
		}

.single-obituary #respond {
	margin-left: 60px;
	margin-right: 60px;
	border: 10px solid #d8d8d8;
	padding: 10px 10px 0;
	box-sizing: border-box;
}

	.single-obituary #respond h3 {
		text-align: left;
	}

	.single-obituary #respond .comment-notes {
		display: none;
	}

	.single-obituary #commentform {
		position: relative;
		padding-bottom: 40px;
	}

		.single-obituary .comment-form-author,
		.single-obituary .comment-form-email,
		.single-obituary .comment-form-comment {
			margin-bottom: 1em;
		}

		.single-obituary .form-submit {
			margin-bottom: 0;
			position: absolute;
			left: -20px;
			right: -20px;
			bottom: -10px;
		}

			.single-obituary .form-submit #submit {
				width: 100% !important;
			}

@media only screen and (max-width:1200px) {
	.single-obituary-container .obituary-featured-image {
		width: 50%;
	}

	.single-obituary-share-placeholder {
		display: block;
	}

	.obituary-share {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width:800px) {
	.post-type-archive .obituary.entry {
		margin-bottom: 0px;
	}

	.post-type-archive .obituary.entry:last-child {
		margin-bottom: 0;
	}

	.post-type-archive .obituary.entry h2.entry-title {
		margin-bottom: 10px;
	}

	.post-type-archive .obituary.entry .obituary-body {
		margin-left: 0;
		padding-left: 0;
	}

	.single-obituary-container .obituary-featured-image,
	.post-type-archive .obituary.entry .obituary-featured-image {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0.5em;
	}

		.single-obituary-container .obituary-featured-image img,
		.post-type-archive .obituary.entry .obituary-featured-image img {
			width: 100%;
		}

	.post-type-archive-obituary .search-results-title {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		margin-bottom: 0.75em;
	}

	.obituary-search-form {
		width: 100%;
		margin-top: 1em;
		margin-bottom: 1.65em;
	}

	.single-obituary .obituary.entry {
		padding-bottom: 40px;
	}

	.single-obituary #comments {
		padding-left: 0;
		padding-right: 0;
	}

	.single-obituary #respond {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width:480px) {
	.obituary-search-form {
		width: 100%;
	}

	.obituary-search-form > form > div > #s {
		width: 100% !important;
		display: block;
	}

	.obituary-search-form > form > div > #searchsubmit {
		width: 100% !important;
		display: block;
		margin-top: 0.5em;
	}
}

@media print {
	/*.single-obituary #comments,*/
	.single-obituary #respond,
	.single-obituary .obituary-share {
		display: none !important;
	}

	.single-obituary .comment {
		page-break-inside: avoid;
	}

	.single-obituary #comments,
	.single-obituary #respond {
		padding-left: 0;
		padding-right: 0;
	}

	.single-obituary .entry-title {
		margin-bottom: 0.25em;
	}

	.single-obituary hr {
		display: none;
	}
}

/*****************************************************************************/
/*** Cremation Option Boxes **************************************************/
/*****************************************************************************/
.sized-cremation-option-boxes .row {
	margin-bottom: 60px;
}

	.cremation-option-box {
		border: 10px solid #d7d7d7;
		position: relative;
		text-align: center;
		padding: 20px 20px 40px;

		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(219,219,219,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(219,219,219,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 );
	}

		.cremation-option-box hr {
			background-image: none;
			border-top: 1px solid #444;
			height: 0;
			margin-bottom: 1em;
			margin-top: 1em;
		}

		.cremation-option-box h3 {
			margin-bottom: 10px;
			margin-top: 0;
		}

		.cremation-option-box .cost {
			font-size: 52px;
			color: #757678;
		}

			.cremation-option-box .cost sup {
				font-size: 30px;
				position: relative;
				top: -18px;
			}

		.cremation-option-box .arrow {
			position: absolute;
			bottom: -10px;
			left: -10px;
			right: -10px;
			text-align: center;
		}

			.cremation-option-box .arrow > a {
				width: 100% !important;
			}

		.cremation-option-box ul {
			margin: 0 0 30px 1em;
			padding-left: 0;
			display: inline-block;
			text-align: left;
		}

			.cremation-option-box ul li {
				list-style-type: disc;
				text-align: left;
			}

.cremation-option-box .veterans-title a:hover {
	text-decoration: none !important;
}

.cremation-option-box .veterans-title > h3 {
	font-size: 30px;
	line-height: 1.5;
	text-transform: none;
	color: #767676;
	display: block;
	margin-top: -15px;
}

.cremation-option-box .veterans-title > h1 {
	font-size: 128px;
	line-height: 1;
	font-family: "grafolita-script", serif;
	color: #02448b;
	text-shadow: -3px 0px 0px rgba(255, 255, 255, 1);
	font-variant: normal;
	margin-bottom: 0;
	margin-top: -70px;
}

		.cremation-option-box .veterans-title > h1 > a {
			font-size: 96px;
			line-height: 1;
			font-family: "adage-script", serif;
			color: #02448b;
		}

@media only screen and (min-width: 1200px) {
	.cremation-option-box .veterans-title > h3 {
		padding-left: 135px;
	}

	.cremation-option-box .veterans-title > h3:first-child {
		display: inline-block;
		padding-left: 0;
		margin-top: 0;
		margin-right: -10px;
	}

	.cremation-option-box .veterans-title > h1 {
		margin-top: -25px;
		margin-right: 80px;
		display: inline-block;
	}
}

@media only screen and (max-width:1139px) {
	.cremation-option-box ul {
		-webkit-column-count: 1 !important;
		-moz-column-count: 1 !important;
		column-count: 1 !important;
	}

	.cremation-option-box .veterans-title > h1 > a {
		font-size: 72px;
	}
}

@media only screen and (max-width:800px) {
	.sized-cremation-option-boxes .row {
		background-image: none;
		margin-bottom: 0;
	}

		.cremation-option-box {
			margin-bottom: 60px;
		}
}

/*****************************************************************************/
/* Blog Posts ****************************************************************/
/*****************************************************************************/
.blog .entry-content > p:empty,
.archive:not(.woocommerce):not(.post-type-archive-obituary) .entry-content > p:empty {
	display: none;
}

.blog .entry-title,
.archive:not(.woocommerce):not(.post-type-archive-obituary) .entry-title {
	margin-bottom: 0.25em;
}

.blog .entry,
.archive:not(.woocommerce):not(.post-type-archive-obituary) .entry {
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog .entry-footer hr,
.archive:not(.woocommerce):not(.post-type-archive-obituary) .entry-footer hr {
	margin-bottom: 3em;
}

.archive:not(.woocommerce):not(.post-type-archive-obituary) .archive-description {
	margin-bottom: 0;
}

.archive:not(.woocommerce):not(.post-type-archive-obituary) .archive-title {
	font-variant: small-caps;
	font-size: 48px;
	font-weight: normal;
	text-align: center;
}

@media only screen and (max-width:800px) {
	.archive:not(.woocommerce):not(.post-type-archive-obituary) .archive-description {
		margin-bottom: 2em;
	}

	.archive:not(.woocommerce):not(.post-type-archive-obituary) .archive-title {
		font-size: 36px;
	}
}

/*****************************************************************************/
/* WooCommerce Slider Plugin *************************************************/
/*****************************************************************************/
.wps_image_carousel .wps_prev,
.wps_image_carousel .wps_next {
	top: 0 !important;
	margin-top: 67px !important;
}

.wps_foo_content {
	background-color: #f0f0f0 !important;
	padding: 0 0 75px !important;
}

	.wps_foo_content br {
		display: none;
	}

		.wps_img > a > img {
			width: 100% !important;
			height: auto !important;
		}

		.wps_foo_content p {
			/* "View" a.button container */
			margin-bottom: 0 !important;
			position: absolute;
			bottom: 20px;
			right: 0;
			left: 0;
		}

		.wps_foo_content .wps_title a {
			font-size: 1em !important;
			padding: 0.5em 0.5em;
			font-variant: small-caps;
			color: #956E8E;
			font-family: "trajan-pro-3", serif;
			display: block;
		}

		.wps_foo_content .wa_wps_price {
			color: #77A464;
			font-size: 0.857em;
		}

		.wps_foo_content .wps_more a {
			font-size: 18px !important;
			padding-left: 0.75em !important;
			padding-right: 0.75em !important;
		}

/*****************************************************************************/
/* WooCommerce ***************************************************************/
/*****************************************************************************/
.woocommerce-page.post-type-archive-product,
.woocommerce-page.tax-product_cat {}

	.woocommerce-page.post-type-archive-product .content,
	.woocommerce-page.tax-product_cat .content {
		padding: 0 60px 50px;
		text-align: center;
		position: relative;
	}

		.woocommerce-page.post-type-archive-product .content h1,
		.woocommerce-page.tax-product_cat .content h1 {
			text-align: left;
		}

		.woocommerce-result-count {
			clear: both;
			text-align: left;
		}

		.custom-view-quotelist-button {
			float: right;
		}

			.custom-view-quotelist-button a {
				outline: 0;
			}

		.custom-view-quotelist-button.empty {
			display: none;
		}

		.woocommerce-page.post-type-archive-product .content li {
			float: none !important;
			display: inline-block;
			vertical-align: top;
		}

		.woocommerce-page.post-type-archive-product .content li:last-child {
			margin-right: 0 !important;
		}

			.woocommerce-page li.product {}

				.woocommerce ul.products li > a:first-child {
					display: block; /* so we can set heights to be consistent */
				outline: 0;
			}

				.woocommerce ul.products li > a:first-child:hover h3 {
					/*color: #a20b66;*/
				}

				.woocommerce ul.products li h3 {
					/*text-decoration: underline;*/
				}

				/*.woocommerce ul.products li a img {
					opacity: 1.0;
					transition: all 0.333s;
				}

				.woocommerce ul.products li a:hover img {
					opacity: 0.75;
					transition: all 0.333s;
				}*/

				.archive .add_to_cart_button,
				.archive .view_product_button,
				.archive .button.product_type_simple,
				.archive .button.product_type_variable,
				.single-product .dvin_wcql_btn_wrap .button {
					display: inline-block;
					vertical-align: top;
					width: auto !important;
					padding-left: 0.75em !important;
					padding-right: 0.75em !important;
					font-size: 18px !important;
				}

				.archive .view_product_button {
					margin-left: 0.25em !important;
				}

				.archive .add_to_cart_button,
				.archive .button.product_type_simple,
				.archive .button.product_type_variable{
					margin-right: 0.25em !important;
				}

				.archive a.added_to_cart {
					padding-top: 0 !important;
					margin-top: 0.25em !important;
					margin-right: 0.25em !important;
				}

				.woocommerce ul.products li .woocommerce {
					display: inline-block;
					vertical-align: top;
				}

.single-product{}

	.single-product .custom-view-quotelist-button {
		position: relative;
		z-index: 999;
		margin-bottom: 1em;
		float: none;
		text-align: right;
	}

		.single-product .custom-view-quotelist-button a {}

	.woocommerce .woocommerce-message::before,
	.woocommerce .woocommerce-error::before,
	.woocommerce .woocommerce-info::before {
		height: auto !important;
	}

.woocommerce-checkout{}

	.woocommerce input.button {
		font-weight: normal !important;
	}

	.required,
	abbr.required,
	abbr[title="required"] {
		border: 0 !important;
		text-decoration: none !important;
	}

	ul.methods li,
	ul.order_details li {
		list-style-type: none !important;
	}

	h3#order_review_heading {
		margin-top: 40px !important;
	}

@media only screen and (max-width:1200px) {
	.archive .add_to_cart_button,
	.archive .view_product_button,
	.archive .button.product_type_simple,
	.archive .button.product_type_variable,
	.single-product .dvin_wcql_btn_wrap .button {
		width: 100% !important;
	}

	.archive .view_product_button,
	.archive .add_to_cart_button,
	.archive .button.product_type_simple,
	.archive .button.product_type_variable{
		margin: 0.75em 0 0 !important;
	}

	.archive a.added_to_cart {
		margin-top: 0.75em !important;
		margin-right: 0 !important;
	}
}

@media only screen and (max-width:800px) {
	.woocommerce-page.post-type-archive-product .content,
	.woocommerce-page.tax-product_cat .content {
		padding: 0;
	}

	.woocommerce-result-count,
	.woocommerce-ordering {
		float: none !important;
	}

	.custom-view-quotelist-button {
		float: none;
		position: relative;
		/*top: 1.25em;*/
		margin-bottom: 1em;
		text-align: left;
	}

	.woocommerce-cart table.cart .product-thumbnail {
		display: table-cell !important;
		padding: 0 !important;
		min-width: 0 !important;
		width: 0 !important; /* To keep colspans from displaying weird */
	}

		.woocommerce-cart table.cart .product-thumbnail a {
			display: none !important;
		}
}

@media only screen and (max-width:479px) {
	.archive .view_product_button,
	.archive .add_to_cart_button,
	.archive .button.product_type_simple,
	.archive .button.product_type_variable {
		padding-left: 0.25em !important;
		padding-right: 0.25em !important;
	}
}