/*
 Theme Name:   Hillside Memorial Theme 2016
 Theme URI:    http://hillsidememorial.org/
 Description:  Hillside Memorial Responsive Theme 2016 using Foundation v.6.2.1
 Author:       JV MEDIA DESIGN
 Author URI:   http://jvmediadesign.com
 Version:      1
*/
@import url("css/foundation.css");
@import url("css/app.css");

/* -------------------------------------------------------------- */

/* COLORS
dark blue   002d49 / rgb(0,45,73);
medium blue 156898 / rgb(21,104,152);
light beige edeae5 / rgb(237,234,229);
*/

body {
    background: #fff;
  color: #484848;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: default;
  position:relative;
}

.contentwrapper {
    background: #fff;
    z-index: 1; 
}


.fullwidth, .maincontent {
    margin-top: 0;
    padding : 0 1em;
}


.lightbg {
    background: rgb(237,234,229);
    background-color: #edeae5;
}

.lightbg p {
    color: #002d49;
    font-weight: 700;
}

.hcontact {
    /*padding: .5em 1em;*/
}

.hcontact p {
    font-size: .875rem;
    margin-bottom: 0;
    padding: .8rem 1rem 0 1rem;
}

.hcontact a:link, .hcontact a:visited {
    color: #002d49;
}

.hcontact a:hover {
    color: #156898;
}

.vidlink a.button {
    min-width: 100% !important;
}

.vidlink a {
    text-transform: uppercase;
    color: #fff !important;
    background: #156898;
    margin: 0;
    transition: background 300ms ease-out !important;
}

.vidlink a:hover {
    background: #2984b8;
}

.vidlink.blue a {
    background: #2984b8;
}

.vidlink.blue a:hover {
    background: #156898;
}

.bluebg {
    background-color: #156898;
    background: rgb(21,104,152);
    color: #fff;
    line-height: 1.6;
}

.bluebg h2, .bluebg p, .bluebg a:link, .bluebg a:visited {
    color: #fff;
}

.bluebg a:hover {
    color: #fff;
    text-decoration: underline;
}

.bluebg .button:hover {
    background: #fff;
    color: #156898;
}

.bluebg .button {
    margin: 1.5em auto 0 auto;
}

/* Obits */

.obit-search {
    padding: 1em;
}

.bluebg .wpfh_obit_thumbnail_name {
    height: auto !important;
    min-height: 60px !important;
}

.obit-name {
    font-weight: 700;
    text-transform: uppercase;
    padding-top: .5em;
}

.obit-search form {
    margin: 0 auto;
    text-align: center;
    color: #002d49;
    font-weight: 700;
}

.obit-search form ul {
    margin: 0 auto;
    padding: 0;
}

.obit-search form li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    padding: 0 .2em;
    margin: 0;
    color: #002d49;
}

.wpfh_obit {
    background-color: #eaeaea !important;
    margin: 10px 0 !important;
}

.wpfh_obit_button {
    margin: 0 !important;
}

.wpfh_obit_obit {
    margin-bottom: 1em;
}


@media only screen and (min-width: 720px) {
    .wpfh_obit_image {
        max-width: 90px !important;
        display: block;
        margin-right: 2em;
    }

    .wpfh_obit_image img {
        max-width: 90px;
        max-height: 90px;
    }
}

.bluebg .expanded div:last-child {
    display: none;
}

.bluebg .wpfh_obit_thumbnail {
    border-radius: none !important;
    float: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    width: inherit !important;
}

.bluebg .wpfh_obit_vet {
    background-image: none !important;
    color: #fff !important;
}

.bluebg .wpfh_obit_thumbnail_name, .bluebg .wpfh_obit_thumbnail_dates, .bluebg a {
    height: auto !important;
}

.bluebg .wpfh_obit_thumbnail_name a, .bluebg .wpfh_obit_thumbnail_dates a {
    color: #fff !important;
}

.bluebg .wpfh_obit_thumbnail_dates strong {
    font-weight: 400 !important;
}

@media only screen and (max-width: 1023px) {
    .bluebg .wpfh_obit_thumbnail {
        margin: 0 0 1.5em 0 !important;
        padding: .5em !important;
    }
}

/* --------- Homepage CTA columns */
.row .row {
    max-width: 100%;
}
.cta-title {
    color: #156898;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Noticia Text', serif;
    font-size: 1.3rem;
    margin: 1em 0;
}

.cta-content {
    margin: 0 0 1em 0;
    padding: 0 1em;
}

.cta-content p {
    font-size: .975rem;
}

.cta-button .button {
    margin-left: auto;
    margin-right: auto;
    width: 168px;
    padding: .7em 0;
}

.ticon img {
    background: rgb(21,104,152);
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    transition: background 300ms ease-out, box-shadow 300ms ease-out;
    -webkit-transition: background 300ms ease-out, box-shadow 300ms ease-out;
}
.ticon img:hover {
    background: rgb(0,45,73);
    box-shadow: 0 0 6px 1px rgba(21,104,152,.9);
}

/* --------- Footer CTA images */

.cta-footer {
    padding: 0;
}

.cta-footer-button {
    margin: 5em 1em 0 0;
    position: absolute;
    transition: margin 300ms ease-out;
}

.cta-footer-button .button {
    float: right;
    transition: font-size 300ms ease-out, padding 300ms ease-out;
}

.cta-footer-image img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1227px) {
    .cta-footer-button {
        margin: 4em 1em 0 0;
    }
}


@media only screen and (max-width: 1023px) {
    .cta-footer-button {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .cta-footer-button .button {
        width: 100%;
        display: block;
        margin: 0;
        border: 1px solid #156898;
    }
    .cta-footer-button .button {
        float: none;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
    .cta-footer {
        margin: 0 auto;
        float: none;
    }
    .cta-footer.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
        float: none;
    }
    .footerctas {
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1122px) {
    .cta-footer-button .button.secondary {
        font-size: 1rem;
        padding: .5em;
    }

}

/* ============================================== */
/* ----------------- TYPOGRAPHY ----------------- */
/* ============================================== */

a {
    text-decoration: none;
}
 a:link, a:active, a:visited {
  color: #156898;
  text-decoration: none;
    font-weight: 700;
  line-height: inherit;
    outline: none;
    transition: color 300ms ease-out;
}

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

a img {
    border: none !important;
    outline: none;
    text-decoration: none !important;
}

blockquote, blockquote p {
	color: #156898;
    font-style: oblique;
    font-weight: 400;
}

blockquote {
    border-left: 3px solid #edeae5;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

blockquote p {
    margin-bottom: 0;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  color: #484848;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

.cat-pub p {
    font-size: 12px;
    padding: 0;
}

.cat-pub a {
    font-weight: 700;
}

/* Default header styles */

h1, h2, h3, h4, h5, h6, .section-title {
    font-family: 'Noticia Text', serif;
    font-weight: 400;
    color: #156898;
    text-rendering: optimizeLegibility;
}

h1, .section-title { font-size: 2.3rem; }
h2 { font-size: 2.3em; }
h3 { font-size: 1.5rem; text-transform: uppercase; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1.1rem; }

h1 a:link, h1 a:active, h1 a:visited,
h4 a:link, h4 a:active, h4 a:visited,
h5 a:link, h5 a:active, h5 a:visited {
	color: #156898;
    transition: color 300ms ease-out;
}
h1 a:hover, h4 a:hover, h5 a:hover {
	color: #002d49;
    background: none;
}

h2 a:link, h2 a:active, h2 a:visited,
h3 a:link, h3 a:active, h3 a:visited {
	color: #484848;
    transition: color 300ms ease-out;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #156898;
    background: none;
}

/* Plain hr line
hr {
  border: none;
  clear: both;
  margin: 15px auto;
  padding: 0;
  height: 3px;
  background: #156898;
}
*/

hr {
    border: none;
    clear: both;
    margin: 15px auto;
    padding: 0;
    background: url(images/hr.png) no-repeat center center;
    height: 50px;
}

.clearfloat {
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
}

em,
i {
  font-style: oblique;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

/* Lists */


main ul,
main ol {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.95rem;
    margin-left: 2.4em;
  list-style-position: outside;
  font-family: inherit; }
 

ul.inline li {
    display: inline;
}


main ul li, main ol li {
    margin-bottom: 1em;
}

/* Unordered Lists */
main ul li ul,
main ul li ol {
    margin-top: 1em;
  margin-left: 1.25rem;
  margin-bottom: 0; }

main ul li {
    list-style: disc;
    color: #484848;
    font-weight: 400;
}

/* Ordered Lists */

  main ol li ul,
  main ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

main ol li {
    list-style: decimal;
}

.sidebox li {
    list-style: none;
}

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


/* ---- BUTTONS ---- */

.button {
    border-radius: 0;
}
/* Large Button */

main button, 
main .button:link, main .button:visited, main .button:active {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: .8em;
	border: none;
    background: #002d49;
    width: auto;
    height: auto;
    max-width: 800px;
    display: inline-block;
    clear: both;
    overflow: hidden;
    transition: background 300ms ease-out;
}

main button:hover, 
main .button:hover,
main .button:focus {
    color: #fff;
    text-decoration: none;
    background: #156898;
}

.button.secondary {
    background: #fff;
    color: #156898;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: .8em;
}

.button.secondary:hover {
    background: #156898;
    color: #fff;
}

.button.blue, .button.yellow {
    text-transform: none !important;
    margin-top: .3rem !important;
    margin-bottom: .3rem !important;
}

.button.blue:link, .button.blue:visited, .button.blue:active {
    background: #156898;
    color: #fff;
}

.button.blue:hover, .button.blue:focus {
    color: #fff;
    background: #062239;
}

.button.yellow:link, .button.yellow:visited, .button.yellow:active {
    background: #fdfa00;
    color: #156898;
}

.button.yellow:hover, .button.yellow:focus {
    color: #fdfa00;
    background: #062239;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem !important;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	border: none;
    background: #002d49;
    width: auto;
    height: auto;
    max-width: 800px;
    display: block;
    clear: both;
    overflow: hidden;
    transition: background 300ms ease-out;
    margin: 0;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, input[type="submit"]:hover {
    color: #fff;
    text-decoration: none;
    background: #156898;
}

.article-excerpt .button {
    padding: .5em .7em;
}

/* Fix Change Payment Method fields that were hidden -- Added 7/28/2021 */

.payment_method_authorize_net_cim_credit_card {
    display: block !important;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	border: none;
    background: #156898;
    width: auto;
    height: auto;
    max-width: 800px;
    display: block;
    clear: both;
    overflow: hidden;
    transition: background 300ms ease-out;
}

/* Small Button */

.button.sm, .button.sm:visited, button.sm:active, input[type="submit"] {
    width: auto;
    height: auto;
    max-width: 165px;
    padding: .5em;
}

.button.sm:hover, input[type="submit"]:hover,
input[type="submit"]:visited {
    color: #fff;
    text-decoration: none;
    background: #156898;
}

/* ============================================== */
/* -------------------- HEADER ------------------ */
/* ============================================== */

header {
	width: 100%;
	height: auto;
	margin: 0;
	z-index: 999999 !important;
	display: block;
}

.submenu {
    z-index: 999999 !important;
}

@media only screen and (min-width: 1024px) {
    .orbit .logo, .pgbanner .logo {
        z-index: 500 !important;
        position: absolute;
        padding: 3em 0 0 9em;
    }
}

@media only screen and (max-width: 1023px) {
    .orbit .logo, .pgbanner .logo {
        display: none;
    }
}

.orbit-bullets {
    position: absolute;
    margin: -35px auto 0 auto;
    width: 100%;
    text-align: center;
}

.orbit-bullets button.is-active {
    background-color: #cacaca;
}

.orbit-bullets button {
    background-color: #fff;
}

.orbit-bullets button:hover {
    background-color: #156898;
}

.logo img, .title-bar-title img {
    max-width: 162px;
    height: auto;
}


/* ============================================== */
/* ------------------ MAIN MENU ----------------- */
/* ============================================== */

.title-bar {
  background: #002d49;
    height: 120px;
}

.top-bar {
  background: #002d49;
    line-height: .8;
}

.top-bar ul {
  background: #002d49;
    line-height: 1;
}

.top-bar ul li {
  background: #002d49;
}

.top-bar ul li a {
  font-size: .875rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    transition: background 300ms ease-out;
}

.top-bar .vidlink {
    background: #156898;
}

.top-bar .vidlink a {
    text-transform: uppercase;
}

.top-bar .vidlink a:hover {
    background: #2984b8;
}

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

.top-bar ul ul {
    text-align: left;
}

.top-bar a:hover {
    background: #156898;
}

.menu-text {
  color: #fff;
}

.hamburger {
    padding-top: 14px;
    text-align: right;
}

@media only screen and (max-width: 63.375) {
  .menu-text {
    display: none !important;
  }

}

.is-accordion-submenu-parent > a::after {
    border-color: #156898 transparent transparent;
}

.dropdown.menu .submenu {
  border: none;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
  border-color: transparent #fff transparent transparent;
}

.js-dropdown-active {
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
  display: block;
}

.menu.accordion-menu {
    width: 100%;
}
.menu.accordion-menu > li {
    border-bottom: 2px solid rgba(21,104,152,.5);
    width: 100%;
}

.menu.accordion-menu > li > ul li {
    border-bottom: none;
    background: rgba(21,104,152,.2);
    text-align: center;
}

@media only screen and (min-width: 1023px) and (max-width: 1110px) {
    
    li.vidlink {
        clear: both;
        display: block !important;
        width: 150px;
        margin: 0 auto;
    }
}

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

/*
.is-accordion-submenu-parent[aria-expanded="true"] > a {
    color: #156898;
}*/

/*
@media only screen and (max-width: 1023px) {
    .top-bar-right {
        float: none;
        padding-right: 0;
        margin-top: 0;
    }
    .menu > li > a {
        text-align: center;
    }
    .menu.vertical > li {
        border-bottom: 2px solid #333;
    }
    .menu.vertical > li li {
        border-bottom: none;
    }
    .menu.vertical > li li a {
        color: #156898;
    }
    
    .menu.vertical > li li a:hover {
        color: #484848;
        background: #edeae5;
    }
    .logo {
        display: none;
    }
}
*/
/* ============================================== */
/* ------------------- SLIDESHOW ---------------- */
/* ============================================== */

/* Orbit Slider */

.orbit {
    height: auto;
    max-height: 651px;
    display: block;
    overflow: hidden;
}

.orbit-container {
    height: auto !important;
    max-height: 651px;
    display: block;
    overflow: visible;
}

.orbit-slide {
    height: auto;
    max-height: 651px;
    overflow: visible;
}

.orbit-caption {
    background: none;
    background-size: contain;
    color: #fff;
    display: block;
    padding: 1.5em;
}

.orbit-caption p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    font-style: oblique;
    line-height: 1.3;
    text-align: center;
}

.orbit-caption .slide-title {
    font-family: 'Great Vibes', cursive;
    font-size: 4.5rem;
    font-weight: normal;
}



.orbit-previous, .orbit-next {
    z-index: 999999 !important;
}

/* ============================================== */
/* ---------------- SUBPAGE BANNER -------------- */
/* ============================================== */

.banner {
    max-height: 393px;
    overflow: hidden;
    display: block;
}

.banner img, .blogbanner img {
    width: 100%;
    height: auto;
}

.caption {
    position: absolute;
    width: 85%;
    text-align: right;
    margin-top: 17em;
    transition: margin-top 300ms ease-out;
}

.caption p {
    font-family: 'Great Vibes', cursive;
    font-size: 4.5rem;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
    transition: font-size 300ms ease-out;
}

@media only screen and (max-width: 1330px) {
    .caption {
        margin-top: 15em;
    }
}

@media only screen and (max-width: 1220px) {
    .caption {
        margin-top: 13em;
    }
}

@media only screen and (max-width: 1130px) {
    .caption {
        margin-top: 12em;
    }
}

@media only screen and (max-width: 1034px) {
    .caption {
        margin-top: 11em;
    }
}

@media only screen and (max-width: 980px) {
    .caption {
        margin-top: 9.5em;
    }
}

@media only screen and (max-width: 890px) {
    .caption {
        margin-top: 7.5em;
    }
}

@media only screen and (min-width: 511px) and (max-width: 764px) {
    /*.caption {
        display: none;   
    }*/
    
    .caption {
        margin-top: 4em;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 510px) {
    
    .caption {
        margin-top: 2.3em;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 360px) {
    
    .caption {
        margin-top: 1.5em;
        width: 100%;
        text-align: center;
    }
    
    .caption p {
        font-size: 3.7rem;
    }
}


/*
@media only screen and (orientation: landscape) {
    .caption {
        display: block;   
    }
}*/

/* ------------- MARKETING SECTION ----------- */

.home-marketing-title p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'Noticia Text', serif;
}

.home-marketing-right p:last-child {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

/* ============================================== */
/* ---------------- SIDEBAR STUFF --------------- */
/* ============================================== */

.sidebar {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.sidebox {
	border: 10px solid #edeae5;
    padding: 0;
    clear: both;
    margin: 1em 0;
}

.sidebox-content {
    /* Content area not styled */
}

.widget-title {
    background: #002d49;
    color: #fff;
    padding: .5em 1em;
    display: block;
    margin: 0 0 .5em 0;
}

.widget-title p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.sidecta p, .sidecta a {
    margin: 0;
    text-align: center;
}

.sidecta img, .sidecta .button {
    width: 100%;
    max-width: 241px;
}

@media only screen and (min-width: 1024px) {
    .sidecta img, .sidecta .button {
        width: 100%;
    }
}

.sidebox p {
    font-size: .975rem;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar ul.menu li a:link, .sidebar ul.menu li a:visited, .sidebar li.cat-item a:link, .sidebar li.cat-item a:visited {
    border: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #156898;
    text-decoration: none;
    transition: background 300ms ease-out, color 300ms ease-out;
    padding: .7em 1em;
    width: 100%;
    height: auto;
    clear: both;
    display: block;
}

.sidebar ul li a:focus, .sidebox li a:hover, .sidebar ul .current-cat a:hover, .sidebar ul li a:visited, .sidebar ul.menu li a:hover, .sidebar ul.menu li a:focus, .sidebar ul.menu .current-menu-item a:hover, .sidebar ul.menu li a:active:hover, .sidebar ul.menu .current-menu-item a:hover, .sidebar li.cat-item a:hover {
    color: #fff;
    background: #002d49;
    text-decoration: none;
}

.sidebar ul.menu li a:active, .sidebar li.cat-item a:active, .sidebar ul.menu .current-menu-item a {
    color: #fff !important;
    background: #002d49;
}

/* Default Categories Widget */

.sidebar li.cat-item {
    margin: 0;
	padding: 0;
	list-style: none;
    display: block;
}

/* Default Other Widgets */

.sidebox li {
    list-style-position: inside;
    color: #484848;
    font-size: .975rem;
}

.sidebox li a:link, .sidebox li a:visited, .sidebox li a:active,
.sidebox #recentcomments li a:link, .sidebox #recentcomments li a:visited, .sidebox #recentcomments li a:active{
    color: #156898;
    background: none;
    line-height: normal;
}

.sidebox li a:hover, .sidebox #recentcomments li a:hover {
    color: #002d49;
    background: none;
}

/* Custom Menus */

.sidebar ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
    display: block;
}

.sidebar ul.menu .current-menu-item a:hover {
	cursor: crosshair;
}

/* Sidebar Search */

.sidebox form {
    max-width: 100%;
    display: block;
}

.sidebox .row {
    max-width: 87%;
}

/* ============================================== */
/* --------------------- FORMS ------------------ */
/* ============================================== */

form label {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem !important;
}

form span label {
    font-size: .875rem !important;
}

main input[type="text"], main input[type="email"], main input[type="tel"], main textarea {
    border: 1px solid #eaeaea !important;
    background: #fff !important;
    color: #484848 !important;
    font-size: .975rem !important;
    margin: 0;
}

main select {
    color: #484848 !important;
    font-size: .975rem !important;
}

form li {
    margin-bottom: 0;
}

.gform_wrapper .gfield_required {
    color: #156898 !important;
    font-weight: 400 !important;
}

/* Sidebar Form */

.sidebox .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0 !important;
}

.sidebox .gform_wrapper .gfield_date_day label, .sidebox .gform_wrapper .gfield_date_month label, .sidebox .gform_wrapper .gfield_date_year label, .sidebox .gform_wrapper .gfield_time_ampm label, .sidebox .gform_wrapper .gfield_time_hour label, .sidebox .gform_wrapper .gfield_time_minute label, .sidebox .gform_wrapper .ginput_complex label, .sidebox .gform_wrapper .instruction {
    margin: 0 !important;
}

.sidebox .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: .5em 0 0 0 !important;
}

/* ============================================== */
/* -------------------- FOOTER ------------------ */
/* ============================================== */

footer {
	width: 100%;
	clear: both;
    padding: 2em;
    background: #002d49;
    text-align: center;
}

footer p, footer a:link, footer a:visited {
    color: #fff;
    font-weight: 400;
}

footer p {
    margin-bottom: 0;
}

footer a:hover {
    color: #fff;
    background: rgba(21,104,152,.5);
    transition: background 300ms ease-out;
}

footer ul {
    padding: 0;
    text-align: center;
}

footer ul.fcontact {
    margin: .3em auto;
}

footer ul.social {
    margin: 1em auto;
}

footer li {
    display: inline-block;
    list-style: none;
    color: #fff !important;
}

footer .address strong, footer .phone strong {
    padding: 0 .5em;
}

.social li {
    margin: 0 .5em;
}

.social a {
    border-radius: 50%;
    display: block;
    transition: background 300ms ease-out;
}
.social a:hover {
    background: rgba(21,104,152,.5);
}

.copyright {
    font-size: .8rem;
    text-align: center;
    margin-bottom: 0;
    line-height: normal;
}

.copyright a {
    text-decoration: none;
    border: none;
    outline: none;
    transition: color 300ms ease-out;
}

.copyright, .copyright a {
    color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ============================================== */
/* ------------------ WOOCOMMERCE --------------- */
/* ============================================== */

/* Message */

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background-color: #156898 !important;
    color: #ffffff !important;
    font-weight: 700;
}

.woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message a, ul.woocommerce-error li, .woocommerce-message li {
    color: #fff !important;
}

.woocommerce .woocommerce-message {
    border-top: none !important;
}


.woocommerce .woocommerce-message a.button {
    background: none !important;
    color: #ffffff !important;
    border-left: 1px solid #eaeaea;
    margin-left: 2em;
}

.woocommerce-info li, .woocommerce-info::before, /* checkmark */ .woocommerce .woocommerce-message::before, .woocommerce-error::before {
    color: #fff !important;
}

table.variations thead, table.variations tbody, table.variations tfoot {
    background-color: #fff !important;
    border: none !important;
}

.woocommerce-page #content div.product div.summary { width:100%; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #156898 !important;
}

.woocommerce ul.products li, .woocommerce ul.products li.product a {
    text-align: center !important;
}

.woocommerce ul.products li.product a.button, .woocommerce ul.products li.product a img {
    margin: 0 auto !important;
}

.woocommerce .summary table thead, .woocommerce .summary table tbody, .woocommerce .summary table tfoot {
    border: none;
    background: none;
}

.woocommerce .label {
    background: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30% !important;
    margin: 0 .5em .5em 0 !important;
}

@media screen and (max-width: 1023px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 48% !important;
    }
}

@media screen and (max-width: 707px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 98% !important;
    }
}

/* ----------- Product Category Page */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #eaeaea;
    padding-bottom: .5em !important;
}

/* Added this in case product titles are 2 lines */
.woocommerce ul.products li.product h3 {
    min-height: 75px;
}

/* Custom div wrapper around catalog thumbs - added div to content-product.php */
.thumb_wrap {
    height: 150px !important;
    width: auto !important;
    overflow: hidden !important;
    display: block;
    text-align: center !important;
}

.thumb_wrap img {
    width: auto !important;
    max-width: 120% !important;
    height: 100% !important;
    min-height: 150px !important;
    margin: 0 auto !important;
}

/* Product Title */

.woocommerce ul.products li.product h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem !important;
    font-weight: 700;
    text-transform: none;
}

/* Price */
.woocommerce ul.products li.product .price {
    color: #156898 !important;
    font-size: 1.175rem !important;
    font-weight: 700 !important;
}

/* In Stock */
.woocommerce div.product .stock {
    color: #156898 !important;
}

/* ------------- Product Page */
.woocommerce div.product form.cart .variations select {
    min-width: 40% !important;
    max-width: 40% !important;
}

/* Move price directly next to Select */
/*.woocommerce div.product p.price {
    float: left;
    padding: .5em .5em 0 0;
    font-size: 1.25rem !important;
}*/

.woocommerce div.product p.price {
    color: #484848 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}

.woocommerce div.product .product_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

/* ----------- Shop Widget */

.widget_shopping_cart_content {
    padding: 0 .5em;
}

.widget_shopping_cart_content p {
    margin-bottom: .2em !important;
}

.product_list_widget a {
    color: #002d49 !important;
    padding: .5em 0 !important;
}

.product_list_widget img, .product_list_widget .amount {  }

.widget_shopping_cart_content .total {
    border-top: 2px solid #eaeaea !important;
    border-bottom: 2px solid #eaeaea !important;
    margin: 0 !important;
    padding: .5em 0 !important;
}

.widget_shopping_cart_content .buttons .button {
    width: 100% !important;
    max-width: 100% !important;
    padding: .5em !important;
    border-radius: 0 !important;
    margin: .2em 0 !important;
    display: block !important;
    clear: none !important;
}

.woocommerce .sidebox a.remove {
    display: none !important;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    border: none !important;
    font-size: inherit !important;
    padding-left: 0 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-family: 'Open Sans', sans-serif !important;
    color: #ffffff !important;
    background: #002d49 !important;
    transition: background 300ms ease-out;
}


.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff !important;
    background: #156898 !important;
}

/* Cart */

.woocommerce table.cart .product-thumbnail { 
    max-width: 130px !important;
}

.wc_payment_methods li {
    list-style: none;
}

/* Product */

.related {
    margin-top: 2.5em;
    clear: both;
}

.related h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce .product .images {
    margin-right: .5em !important;
}

.woocommerce .product form, .woocommerce .product .prod-desc {
    
}

.woocommerce table.shop_table td.product-name {
    padding: 1em !important;
}

.woocommerce td.product-name dl.variation {
    margin: .5em 0 !important;
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 !important;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    margin-bottom: 0 !important;
}

main .woocommerce dl, main .woocommerce ul, main .woocommerce ol, main .woocommerce p {
    font-size: 1rem !important;
}

/* Coupon Field */

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    width: 60%;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 59% !important;
    float: left;
}

.woocommerce .coupon .button, .woocommerce .coupon input.button {
    margin-top: 2px;
    float: left !important;
    margin-left: .5em;
    clear: none !important;
}

.actions .button {
    margin-top: 2px;
}

@media only screen and (max-width: 768px) {
    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    width: 100% !important;
    }
    .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 75% !important;
    }
    
    .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
        margin: .5em auto 0 auto !important;
        display: block !important;
        clear: both !important;
        float: none !important;
        width: auto !important;
    }
    main .woocommerce dl, main .woocommerce ul, main .woocommerce ol, main .woocommerce p {
        padding-left: 0 !important;
    }
}

/* ============================================== */
/* ------------- EXTRAS/DEFAULT STUFF ----------- */
/* ============================================== */

.gallery dl {
    margin: 0;
    padding: 0;
}

/* --- Comments --- */

.comments-area {
    border: 1px solid #eaeaea;
    padding: 1em 1em 1em 2em;
}

h3#comments {
    font-size: 1rem;
    color: #7a9e51;
    background: #fff;
    padding: .5em 0;
}

.commentlist {
    margin: 0;
    font-size: 1rem;
}

.commentlist p {
    font-style: oblique;
    font-size: .975rem;
    text-indent: 30px;
    background: url(images/quote.png) no-repeat top left;
    background-size: 20px;
}

.commentlist li {
    border: 1px solid #E3EADA;
    background: rgba(227,234,218,.3);
    font-size: 1rem;
    padding: .5em .1em 1em 1em;
    color: #cccccc;
}

.says {
    font-size: .875rem;
    color: #484848;
}

.commentlist li a, #respond a {
    color: #7a9e51;
}

.comment-meta, .logged {
    font-size: .8rem;
    margin-bottom: 1em;
}

.comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: .875rem !important;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: .5em;
	border: none !important;
    box-shadow: none !important;
    background: #156898;
    width: auto;
    height: auto;
    clear: both;
    transition: background 300ms ease-out;
}

.comment-reply-link:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: #000;
}

/* Social Sharing Icons */

.heateor_sss_horizontal_sharing {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.article-excerpt .post-title {
    margin-top: 0;
    padding-top: 0;
}

.article-excerpt {
    display: block;
    clear: both;
    border-bottom: 1px solid #E3EADA;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.article-excerpt .button {
    margin-top: 2em;
}

/* Featured Image -- Width set in media queries below */
    
.article-excerpt .featured-img {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 1em;
}
/*
.article-excerpt .featured-img img {
    height: auto;
    width: auto;
    max-width: 900px;
}

.post .featured-img {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 1em;
}

.post .featured-img img {
    width: 100%;
    margin-top: -5%;
}*/

.alignnone {
	display: inline;
}

.alignleft {
	float: left;
	margin-right: 15px;
	padding: 4px;
}

.alignright {
	float: right;
	margin-left: 15px;
	padding: 4px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}

.wp-caption {
	background: rgb(240,237,226);
    background-color: #f0ede2;
	text-align: center;
	padding: 5px 0 10px 0;
	color: #484848;
	font-size: 1rem;
	display: block;
}
	.wp-caption a {
		line-height: 0.11em;
		color: #7a9e51;
		font-size: 1rem;
	}
	.wp-caption a:hover {
		color: #484848;
	}
	.wp-caption img {
		margin: 0 auto;
		display: block;
		padding: 0;
	}
	.wp-caption-text {
		font-size: 1rem;
		color: #484848;
		padding: 3px !important;
		margin: 0 !important;
	}
.wp-caption-dd {
	font-size: 1rem;
	line-height: 16px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-paginate {
    text-align: center;
    margin: 0 auto;
}

.wp-paginate li, .wp-paginate li .span {
    font-size: .9rem !important;
    font-weight: 700 !important;
}

.wp-paginate .current {
	background: #156898 !important;
	border: none !important;
}

.wp-paginate a {
	font-weight: 700 !important;
    background: #484848 !important;
	color: #FFFFFF !important;
	border: none !important;
    box-shadow: none !important;
}

.wp-paginate a:hover {
	background: #156898 !important;
	color: #FFFFFF !important;
}

/* ============================================== */
/* ----------------- BREAKPOINTS ---------------- */
/* ============================================== */

/* --------------------------- */
/* ----- ALL RESOLUTIONS ----- */
/* --------------------------- */

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

.no-margin {
    margin: 0;
}

/* ---------- PADDING --------- */

.padded {
	padding: 2em;
}

.padded-more {
    padding: 3em;
}

.padded-sides {
	padding-top: 0;
    padding-bottom: 0;
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.padded-vertical {
	padding-top: 2em !important;
    padding-bottom: 2em !important;
    padding-left: 0;
    padding-right: 0;
}

.padded-left {
	padding-top: 0;
    padding-bottom: 0;
    padding-left: 2em !important;
    padding-right: 0;
}

.padded-right {
	padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 2em !important;
}

.padded-top {
	padding-top: 2em !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.padded-bottom {
	padding-top: 0;
    padding-bottom: 2em !important;
    padding-left: 0;
    padding-right: 0;
}

.padded-none {
	padding: 0;
}

/* ---------------------------- */
/* ----- LARGE RESOLUTION ----- */
/* ---------------------------- */

@media only screen and (min-width: 64em) {
    
    .large-text-center {
        text-align: center;
    }
    
    .large-text-right {
    	text-align: right;
    }
    
    .large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    .large-padded-top-none {
        padding-top: 0;
    }
    
    .large-padded-sides-none {
        padding-left: 0;
        padding-right: 0;
    }
	
	.large-padded {
		padding: 2em;
	}
	
	.large-padded-left {
	   padding-left: 2em;
        padding-right: 0;
    }

    .large-padded-right {
        padding-right: 2em;
        padding-left: 0;
    }

    .large-padded-top {
	   padding-top: 2em;
        padding-bottom: 0;
    }

    .large-padded-bottom {
	   padding-bottom: 2em;
        padding-top: 0;
    }
	
	.large-padded-vertical {
		padding: 2em 0;
	}
	
	.large-padded-sides {
		padding: 0 2em;
	}
    
    .large-up-5 > .wpfh_obit_thumbnail {
    width: 20% !important;
    float: left !important; }
    .large-up-5 > .wpfh_obit_thumbnail:nth-of-type(1n) {
      clear: none !important; }
    .large-up-5 > .wpfh_obit_thumbnail:nth-of-type(5n+1) {
      clear: both !important; }
    .large-up-5 > .wpfh_obit_thumbnail:last-child {
      float: left !important; }
    
    .maincontent {
        margin-top: 3em;
    }
    
    .fullwidth {
        margin-top: 5em;
    }
    
    button, .button, input[type="submit"], .button:visited, button:active {
        font-size: 1rem;
    }
    
}

@media only screen and (min-width: 40.9375em) {
.headercontainer.solid {
        position: fixed !important;
        width: 100%;
    z-index: 99999 !important;
    }

    .headercontainer.solid {
        animation: slideDown 0.55s ease-out;
    }

    @keyframes slideDown {
      from {
        transform: translateY(-100%);
      }
      to {
        transform: translateY(0);
      }
    }
}

/* ----------------------------- */
/* ----- MEDIUM RESOLUTION ----- */
/* ----------------------------- */

@media only screen and (min-width: 40.9375em) and (max-width: 63.9375em) {
	
	.medium-text-center {
        text-align: center;
    }
    .medium-text-right {
        text-align: right;
    }
    
    .medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    .medium-padded-top-none {
        padding-top: 0;
    }
	
	.medium-padded {
		padding: 2em;
	}
    
    .medium-padded-left {
	   padding-left: 2em;
        padding-right: 0;
    }

    .medium-padded-right {
        padding-right: 2em;
        padding-left: 0;
    }

    .medium-padded-top {
	   padding-top: 2em;
        padding-bottom: 0;
    }

    .medium-padded-bottom {
	   padding-bottom: 2em;
        padding-top: 0;
    }
	
	.medium-padded-vertical {
		padding: 2em 0;
	}
	
	.medium-padded-sides {
		padding: 0 2em;
	}
    
     .medium-up-2 > .wpfh_obit_thumbnail {
    width: 50% !important;
    float: left !important; }
    .medium-up-2 > .wpfh_obit_thumbnail:nth-of-type(1n) {
      clear: none !important; }
    .medium-up-2 > .wpfh_obit_thumbnail:nth-of-type(2n+1) {
      clear: both !important; }
    .medium-up-2 > .wpfh_obit_thumbnail:last-child {
      float: left !important; }
	
    .mobile-only {
        display: inherit !important;
    }
    
	img.alignright, img.alignleft {
    	max-width: 50%;
    	padding: 1em;
    }
    
    .sidebar {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
    
    .fullwidth {
        margin-top: 2em;
    }
    
    /* Gallery */
    .gallery-item {
        width: 50% !important;
    }
    .gallery br {
        display: none;
    }
   
}

/* ----------------------------- */
/* ------ SMALL RESOLUTION ----- */
/* ----------------------------- */

@media only screen and (max-width: 40em) {

    .small-text-center {
        text-align: center;
    }
    
    .small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
	
    .padded {
        padding: .7em;
    }
	.small-padded-top-none {
        padding-top: 0;
    }
	
	.small-padded {
		padding: 1em;
	}
	
	.small-padded-left {
	   padding-left: 1em;
        padding-right: 0;
    }

    .small-padded-right {
        padding-right: 1em;
        padding-left: 0;
    }

    .small-padded-top {
	   padding-top: 1em;
        padding-bottom: 0;
    }

    .small-padded-bottom {
	   padding-bottom: 1em;
        padding-top: 0;
    }
	
	.small-padded-vertical {
		padding: 1em 0;
	}
	
	.small-padded-sides {
		padding: 0 1em;
	}
    
    .small-up-2 > .wpfh_obit_thumbnail {
  width: 50% !important;
  float: left !important; }
  .small-up-2 > .wpfh_obit_thumbnail:nth-of-type(1n) {
    clear: none !important; }
  .small-up-2 > .wpfh_obit_thumbnail:nth-of-type(2n+1) {
    clear: both !important; }
  .small-up-2 > .wpfh_obit_thumbnail:last-child {
    float: left !important; }
    
    .menu.vertical {
        width: 100%;
    }
    
    .mobile-only {
        display: inherit !important;
    }
    
    h1 { font-size: 1.6rem; }
    h2 { font-size: 1.2rem; }
    h3 { font-size: 1.1rem; }
    
    
    h1, h2, h3 {
        text-align: center;
    }
    
    
    main p { 
        font-size: .975rem;
        margin-bottom: 1em;
    }
	
	main ul, main ol, main dl {
        margin-left: 1em;
        padding-left: .9em;
    }
    
    ul.accordion {
        padding-left: 0;
    }
    
    .accordion-title {
        padding: .5em;
    }
    
    .accordion-title:before {
        top: 40%;
    }
    
    .submenu li {
        text-align: center;
    }
    
    main .button {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    hr.show-for-small-only {
        opacity: .2;
    }
    
    .sidebar {
        margin-top: 1.5em;
        padding-top: 1.5em;
        border-top: 2px solid #edeae5;
    }
    
    
    .sidebar ul.menu li {
        margin: 0;
    }
    
    img.alignright, img.alignleft {
    	display: block;
    	float: none;
    	margin: 0 auto;
    	padding: 1em;
    }
    
    footer {
        padding: 1em;
    }
    
    .footer-contact li {
        margin-bottom: .5em;
    }
    
    .orbit {
        display: none;
    }
    
    .title-bar-title {
        height: 115px;
        padding-top: 5px;
        padding-left: 1.5em;
    }
    
    .top-bar ul, .top-bar li {
        width: 100%;
    }
    
    .top-bar ul, .top-bar ul li {
        border-bottom: 1px solid #edeae5;
    }
    
    .top-bar ul, .top-bar ul li ul li {
        border-bottom: 1px solid #002d49;
        background: #043C5D;
    }
    
    /* Gallery */
    .gallery-item {
        width: 48% !important;
        padding: .5em !important;
    }
    
    .gallery br {
        display: none;
    }
    
}

@media only screen and (orientation: landscape) {

}