body {
    padding: 0;
    margin: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: small;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: center;
    background: #1E1E1C;
}

body::after {
    content: "";
    background: url("/images/svg/Aqua-Swirl-2-rotated.svg") no-repeat bottom right / contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: -2;
    pointer-events: none;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
}

#header {
    margin: 0;
}

#header .logo-container {
    padding: 5px;
    background: #1E1E1C;
}

#header .logo {
    border: none;
    width: 100%;
    padding-top: 17.33333333333333%;
    background: url('images/svg/logo-2021.svg') no-repeat 0 center;
    background-size: contain;
    display: block;
}

.navicon {
    background: #1E1E1C;
    line-height: 34px;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 6px 6px 40px;
    position: relative;
    cursor: default;
}

.navicon .icon {
    position: absolute;
    top: 16px;
    left: 16px;
    display: block;
    width: 15px;
    background: #FFF;
    height: 2px;
}

.navicon .icon:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 15px;
    background: #FFF;
    height: 2px;
    content: '';
}

.navicon .icon:after {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 15px;
    background: #FFF;
    height: 2px;
    content: '';
}


#content {
    overflow: auto;
    padding: 10px;
    margin: 0;

}

#left_col {
    padding: 0 0 0 0;
    margin: 0;
    overflow: hidden;

}


#left_col #maintext {
    border-radius: 10px;
    border: 1px solid #CCC;
    padding: 15px;
    margin: 0;
}

#right_col {
    text-align: center;
}

#right_col h2 {
    font-size: 24px;
    font-weight: normal;
    color: #CCC;
}

#right_col h3 {
    font-size: 30px;
    font-weight: normal;
    color: #FFF;
}

#footer {
    background: #EEE;
    border-radius: 10px;
    font-size: 85%;
    clear: both;
    margin: 0 auto;
    padding: 10px;
    margin: 10px;
    color: #000000;
    overflow: hidden;
    text-align: center;
}

.copy {
    padding: 0;
    margin: 0;
}

.tag {
    margin: 0;
}

.tag a {
    color: #000000;
}


/*NAV BAR*/

#header ul {
    margin: 0;
    padding: 0;
    background: #111;
    display: none;
}

.shownav #header ul {
    display: block;
}

#header ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #222;
    display: block;
    position: relative;
}

#header ul a {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 6px 6px 40px;
    position: relative;
}


#header ul span {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 6px 6px 40px;
    position: relative;
    cursor: default;
}

#header ul .subnav {
    display: none;
    float: none;
    background: #444;
    padding: 0;
    position: relative;
    z-index: 10;
}

#header ul li.active .subnav {
    display: block;
}

#header ul .subnav li {
    margin: 0;
    border-bottom: 1px solid #666;
    float: none;
    clear: both;
}


#header ul .subnav a {
    overflow: visible;
    padding: 0 10px 0 45px;
    color: #FFF;
}


#header ul a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: inset;
}

#header ul span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: inset;
}


#header ul span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #FFFFFF transparent transparent transparent;
    border-style: inset;
    z-index: 10;
}

#nav_funerals:after,
#nav_funeral_prices:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #222;
    pointer-events: none;
}

#header ul li.active span:before {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #FFFFFF transparent;
}


#header ul .subnav a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #FFFFFF;
    border-style: inset;
}

#header ul a:hover {
    color: #B8D7D9;
}


/*BODY LINKS*/

body#home #nav_home a,
body#funerals #nav_funerals span,
body#memorials #nav_memorials a,
body#coffins #nav_coffins a,
body#about #nav_about a,
body#contact #nav_contact a {
    color: #B8D7D9;

}


body#home #nav_home a:after,
body#funerals #nav_funerals span:after,
body#memorials #nav_memorials a:after,
body#coffins #nav_coffins a:after,
body#about #nav_about a:after,
body#contact #nav_contact a:after {
    border-color: transparent transparent transparent #B8D7D9;

}

/*STANDARD LINK*/

a:link, a:visited, a:active {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}


.tag a {
    color: #000000;
}

p {
    margin-top: 0;
}

h1 {
    margin-top: 0;
    font-size: 150%;
    color: #B8D7D9;
    font-weight: normal;
    line-height: 1.3em;
}

h2 {
    color: #CCCCCC;
    font-size: 130%;
    margin: 20px 0 10px 0;
}

h3 {
    font-weight: normal;
    color: #CCCCCC;
    font-size: 130%;
    margin: 20px 0 5px 0;
}

h4 {
    color: #CCCCCC;
    font-size: 120%;
    margin: 20px 0 5px 0;
}

h5 {
    color: #CCCCCC;
    font-size: 110%;
    margin: 20px 0 5px 0;
}

h6 {
    color: #CCCCCC;
    font-size: 105%;
    margin: 20px 0 5px 0;
}

.text_small {
    font-size: 85%;
    color: #CCCCCC;
    clear: both;
    padding: 5px 0 0 15px;
    margin: 0;
}

/* CONTACT */

#contact_form form {
    float: left;
    margin: 20px 0;
    max-width: 300px;
    width: 100%;
}

.formrow {
    padding: 0 0 15px;
    overflow: hidden;
}

#contact_form form dd {
    margin: 0 0 15px 0;
}

#contact_form form textarea {
    width: 260px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
    max-width: 280px;
    min-width: 280px;
}

#contact_form form input {
    width: 280px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    font-size: 14px;
    color: #444;
    border-radius: 3px;
    padding: 5px;

}

#contact_form form label {
    font-size: 85%;
    font-weight: bold;
    display: inline-block;
    padding-right: 10px;
    color: #CCCCCC;
}

#contact_form form input[type=submit] {
    line-height: normal;
    padding: 0;
    margin: 0;
    width: 140px;
    color: #111;
    font-weight: 700;
    background: #B8D7D9;
    padding: 12px 30px;
    height: auto;
    cursor: pointer;
}

#contact_form form input[type=submit]:hover {
    background: #FFF;

}

.errormessage {
    color: #B8D7D9;
    font-weight: bold;
    font-size: 100%;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 2em;
    text-align: left;
}

.notice {
    color: #B8D7D9;
    font-weight: bold;
    font-size: 100%;
    margin: 0;
    padding: 0;
    line-height: 2em;
    text-align: left;
}

.centred {
    color: #B8D7D9;
    font-weight: bold;
    font-size: 100%;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 2em;
    text-align: left;
}

.pad {
    padding-top: 15px;
}

.img_float {
    width: 100%;
    max-width: 50%;
    float: right;
    margin: 0 0 10px 10px;
    border-radius: 5px;
}

.clear {
    clear: both;
}


#offices {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}


#address {
    font-size: 120%;
    line-height: normal;
    list-style: none;
    padding: 0;
    clear: both;
    margin: 0 0;

}

#address li {
    margin-top: 5px;
}

#address strong {
    color: #999999;
}


.product {
    width: 120px;
    padding: 0 10px 0 0;
    float: left;
}

body#coffins .product {
    padding: 0 10px 10px 0;
}

.product p {
    font-weight: bold;
    font-size: 85%;
    width: 120px;
    height: 18px;
    background-color: #CCCCCC;
    color: #333333;
    text-align: center;
}

body#memorials #left_col h2 {
    padding-top: 20px;
    clear: both;
}

.ml-notice {
    border-bottom: 1px solid #C7CDB5;
    padding: 30px 0 30px 0;
}

.ml-notice:last-child {
    border: none;
}

h3.ml-name {
    margin-top: 0;
    margin-bottom: 5px;
}


.ml-link:hover {
    color: #AFA499;
}

.ml-notice p {
    margin: 0;
}

.ml-clear {
    clear: both;
}

.ml-thumb {
    float: left;
}

.ml-thumb img {
    border-radius: 3px;
}

.ml-title {
    margin-bottom: 5px;
}

.ml-details {
    margin-left: 95px;
}

.ml-heading {
    margin-top: 20px;
    margin-bottom: 20px;
}


.muchloved-funerals-widget-search-results:empty {
    display: none;
}

.ml-funeral-list-item {
    margin-bottom: 10px;
    margin-left: 10px;
}

.ml-link {
    display: inline-block;
    margin-top: 5px;
}

.muchloved-funerals-search-summary {
    padding-top: 10px;
    padding-bottom: 10px;
}


.muchloved-funerals-search-box {

    width: 300px;
    border: 1px solid #EEE;
    padding: 2px;
}


.muchloved-funerals-search-button {
    vertical-align: top;

}


.ml-garden-link {
    margin-bottom: 0;
    margin-top: 6px;

}

.muchloved-notice-search {
    margin-top: 20px;
}

.ml-fdreviews-widget {

}

.ml-review-reply {
    background-color: #626262;
}

.ml-review-date {
    color: inherit;
}

.facebook {
    display: block;
    width: 40px;
    margin-top: 15px;
}

.facebook img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 600px) {

    .navicon {
        display: none;
    }

    .logo {
        max-width: 500px;
        margin: 0 auto;
    }

    #header #navmain {
        padding: 0;
        margin: 0;
        height: 40px;
        background: #1E1E1C;
        display: flex;
        flex-flow: row;
        justify-content: center;
    }


    #header ul li {
        margin: 0 5px;
        padding: 0;
        list-style: none;
        float: left;
        display: block;
        position: relative;
        border: 0;
    }

    #header ul a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
        padding: 0 6px;
        position: relative;
    }


    #header ul span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
        padding: 0 11px;
        position: relative;
        cursor: default;
    }

    #header ul .subnav {
        display: none;
        float: none;
        position: absolute;
        top: 40px;
        height: 102px;
        font-size: 11px;
        left: 0;
        margin: 0;
        border-radius: 0 0 5px 5px;
        background: #444;
        padding: 0;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }


    #header ul .subnav li {
        margin: 0;
        border-bottom: 1px solid #666;
        float: none;
        height: 34px;
        line-height: 34px;
        clear: both;
    }


    #header ul .subnav a {
        overflow: visible;
        font-size: 11px;
        height: 34px;
        line-height: 34px;
        padding: 0 10px 0 20px;
    }


    #header ul a:before {
        display: block;
        content: '';
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #FFF transparent;
        border-style: inset;
    }

    #header ul span:before {
        display: block;
        content: '';
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #FFF transparent;
        border-style: inset;
    }

    #header ul .subnav a:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 13px;
        margin-top: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #FFFFFF;
        border-style: inset;
    }


    #header ul span:after,
    #nav_funerals:after,
    #nav_funeral_prices:after {
        display: none;
    }

    .img_float {
        float: right;
        margin: 0 0 10px 10px;
        width: auto;
        max-width: 40%;
        height: auto;
    }

    .copy {
        float: left;
        margin: 0;
        padding: 0 0 0 20px;
    }

    .tag {
        float: right;
        margin: 0;
        padding: 0 20px 0 0;
    }

}

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

    #container {
        margin: 0 auto;
        padding: 0;
        max-width: 1000px;
    }

    #header .logo-container {
        padding: 0;
    }

    #content {
        overflow: auto;
        padding: 10px;
        margin: 0;
        background: none;
    }

    #header {
        margin: 0;
    }


    /*#header::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    height: 103px;*/
    /*    background-color: #1E1E1C;*/
    /*    z-index: -1;*/
    /*}*/

    #header .logo {
        border: none;
        width: 660px;
        max-width: 100%;
        height: 103px;
        background: url('images/svg/logo-2021.svg') no-repeat 0 center;
        background-size: contain;
        display: block;
        padding: 0;
        margin : 0 auto 35px;
    }


    /*NAV BAR*/
    .navicon {
        display: none;
    }

    #header #navmain {
        padding: 0 0 0 10px;
        height: 34px;
        background: #FFF;
        border-radius: 10px;
    }

    #header ul li {
        margin: 0 5px;
        padding: 0;
        list-style: none;
        float: left;
        display: block;
        position: relative;
        border: 0;
    }

    #header ul a {
        display: block;
        height: 34px;
        line-height: 34px;
        font-size: 11px;
        overflow: hidden;
        color: #111;
        text-decoration: none;
        font-weight: bold;
        padding: 0 11px;
        position: relative;
    }


    #header ul span {
        display: block;
        height: 34px;
        line-height: 34px;
        font-size: 11px;
        overflow: hidden;
        color: #111;
        text-decoration: none;
        font-weight: bold;
        padding: 0 11px;
        position: relative;
        cursor: default;
    }

    #header ul .subnav {
        display: none;
        float: none;
        position: absolute;
        top: 34px;
        height: 102px;
        left: 0;
        margin: 0;
        border-radius: 0 0 5px 5px;
        background: #444;
        padding: 0;
    }

    #header ul .subnav-2 {
        width: 165px;
    }

    #header ul li:hover .subnav {
        display: block;
    }

    #header ul .subnav li {
        margin: 0;
        border-bottom: 1px solid #666;
        float: none;
        clear: both;
    }


    #header ul .subnav a {
        overflow: visible;
        padding: 0 10px 0 20px;
    }


    #header ul a:before {
        display: block;
        content: '';
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #FFF transparent;
        border-style: inset;
    }

    #header ul span:before {
        display: block;
        content: '';
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #FFF transparent;
        border-style: inset;
    }

    #header ul .subnav a:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 13px;
        margin-top: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #FFFFFF;
        border-style: inset;
    }


    #header ul span:after,
    #nav_funerals:after {
        display: none;
    }


    #header ul a:hover {
        color: #B8D7D9;
    }


    /*BODY LINKS*/
    body#home #nav_home a,
    body#funerals #nav_funerals span,
    body#memorials #nav_memorials a,
    body#coffins #nav_coffins a,
    body#about #nav_about a,
    body#contact #nav_contact a {
        color: #111;
    }


    body#home #nav_home a:before,
    body#funerals #nav_funerals span:before,
    body#memorials #nav_memorials a:before,
    body#coffins #nav_coffins a:before,
    body#about #nav_about a:before,
    body#contact #nav_contact a:before {
        border-color: transparent transparent #111 transparent;

    }

    #header ul li.active span:before {
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #111 transparent;
    }


    #content {
        width: 100%;
        overflow: auto;
        padding: 55px 0 50px;
        margin: 0;
    }

    #left_col {

        padding: 0 0 0 0;
        margin: 0;
        min-height: 314px;
        width: 603px;
        float: left;
        overflow: hidden;
    }


    #left_col #maintext {
        padding: 25px;
        margin: 0;
        min-height: 300px;
    }

    #right_col {
        float: right;
        padding: 20px 15px 0 0;
        width: 330px;
    }

    #right_col h2 {
        font-size: 24px;
        font-weight: normal;
        color: #CCC;
        text-align: right;
    }

    #right_col h3 {
        font-size: 30px;
        font-weight: normal;
        text-align: right;
        color: #FFF;
    }

    #footer {
        background: #FFF;
        border-radius: 10px;
        width: 100%;
        max-width: 1000px;
        font-size: 85%;
        clear: both;
        padding: 10px 0;
        margin: 0 0 15px;
        color: #1D1D1B;
        overflow: hidden;
    }


    .copy {
        float: left;
        margin: 0;
        padding: 0 0 0 20px;
    }

    .tag {
        float: right;
        margin: 0;
        padding: 0 20px 0 0;
    }

    .tag a {
        color: #1D1D1B;
    }

    .img_float {
        float: right;
        margin: 0 0 10px 10px;
        width: auto;
        max-width: 40%;
        height: auto;
    }


    #address {
        font-size: 120%;
        line-height: normal;
        list-style: none;
        margin: 15px 0;
        float: left;
        width: 100%;
        clear: none;
    }

    #address li {
        margin-top: 5px;
    }

    #address strong {
        color: #999999;
    }
}

.brochure-btn {
    padding: 20px 30px;
    border-radius: 4px;
    background-color: #111;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
}

.brochure-btn:hover {
    background-color: #FFF;
    color: #111;
    text-decoration: none;
}

.gfguide-logo {
    text-align: center;
    margin: 25px 0;
}

@media screen and (min-width: 960px) {
    .gfguide-logo {
        text-align: right;
    }
}

.gfguide-logo img {
    width: 160px;
    height: auto;
}

.branch-link {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    display: block;
}

@media screen and (min-width: 960px) {
    .branch-link {
        text-align: right;
    }
}


.cta {
    padding: 15px;
    background: #afdad9;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-flow: column;
    border-radius: 10px;
}

.cta p {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    color: #1D1D1B;
    text-align: center;
}

.cta .btn {
    padding: 11px 15px;
    font-size: 12px;
    line-height: 12px;
    background: #fff;
    border-radius: 10px;
    color: #1D1D1B;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .cta {
        padding: 10px 14px;
        flex-flow: row;
        align-items: center;
    }

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