/** Fonts **/

@font-face {
    font-family: 'baskerville_old_faceregular';
    src: url('../eot/baskerville-old-face_6117-webfont.eot');
    src: url('../eot/baskerville-old-face_6117-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff/baskerville-old-face_6117-webfont.woff') format('woff'),
         url('../ttf/baskerville-old-face_6117-webfont.ttf') format('truetype'),
         url('../svg/baskerville-old-face_6117-webfont.svg#baskerville_old_faceregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bulletsregular';
    src: url('../eot/bullets-webfont.eot');
    src: url('../eot/bullets-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../woff/bullets-webfont.woff') format('woff'),
        url('../ttf/bullets-webfont.ttf') format('truetype'),
        url('../svg/bullets-webfont.svg#bulletsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextralight';
    src: url('../eot/raleway-extralight-webfont.eot');
    src: url('../eot/raleway-extralight-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff/raleway-extralight-webfont.woff') format('woff'),
         url('../ttf/raleway-extralight-webfont.ttf') format('truetype'),
         url('../svg/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../eot/raleway-medium-webfont.eot');
    src: url('../eot/raleway-medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff/raleway-medium-webfont.woff') format('woff'),
         url('../ttf/raleway-medium-webfont.ttf') format('truetype'),
         url('../svg/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaylight';
    src: url('../eot/raleway-light-webfont.eot');
    src: url('../eot/raleway-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff/raleway-light-webfont.woff') format('woff'),
         url('../ttf/raleway-light-webfont.ttf') format('truetype'),
         url('../svg/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../eot/raleway-regular-webfont.eot');
    src: url('../eot/raleway-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff/raleway-regular-webfont.woff') format('woff'),
         url('../ttf/raleway-regular-webfont.ttf') format('truetype'),
         url('../svg/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** When text on the page is highlighted **/
::-moz-selection { 
    background: #b3d4fc; 
    text-shadow: none; 
}
::selection { 
    background: #b3d4fc; 
    text-shadow: none; 
}
/** Shows for browsers less than ie 7 **/
.chromeframe { 
    margin: 0.2em 0; 
    background: #ccc; 
    color: #000; 
    padding: 0.2em 0;
}

/** Global Styles **/
body { 
    font-size: 1em; 
    line-height: 1.4; 
    padding: 2em 1em 4em; 
    -webkit-font-smoothing: antialiased; 
    font-smooth: always; 
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004); 
    font: 16px/25px Georgia, "Times New Roman", Times, serif;
}

a { 
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;	
}
p a{
    text-decoration: underline;
}

a:link{
    color:#b5a680;
    text-decoration:underline;
}

a:link:hover{
    color:#545248;
}

a:visited{
    color: #b5a680;
}

h1, h2, h3, h4, h5, h6, p{
    word-wrap: break-word;
} 
h1, h2, h3, h4, h5, h6{ 
    font-weight: bold;
    letter-spacing: 0px;
    margin: 25px 0 .5em;
}

h1, .text-seperator h5{
    font-size: 18pt;
    text-align: center;
}
h2{
    font-size: 16pt;
    text-align: center;
    margin-top: 15px;
}
h3{
    font-size: 14pt;
}
h4{
    font-size: 13pt;
}

extra{
    margin-top:-1%;
}

body-extra{
    margin-top:2%;
    font-family:'ralewayregular';
}
h5{
    font-size: 11pt;
}



.responsive-1 .content .spacer-block hr { 
    display: block; 
    height: 1px; 
    border: 0; 
    border-top-style: solid; 
    border-top-width: 1px; 
    padding: 0; 
    margin:0; 
    border-width: 30px;
}


/*



.btn, input[type=button], input[type=submit]{
    border: none;
    font-family: 'robotomedium';
    font-weight: normal;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: .4em 1.8em;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: .5em;
    margin-top: .5em;
    text-decoration: none;
}*/


body {
    background: url(../jpg/beach_bg2.jpg) no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

/** Header **/
.responsive-1 .content .header-block {
    min-height: 90px;}
/** Logo **/
.responsive-1 .content .header-block #main-logo {
    position:relative;
    margin:auto;
    z-index:20;
}
.responsive-1 .content .header-block #main-logo .logo {
    max-width:200px;
    padding:5px;
    display: inline-block;
    float: left;
    min-height:60px;
}
.responsive-1 .content .header-block #main-logo .logo p {
    margin:0px;
    padding:0px;
}
.responsive-1 .content .header-block #main-logo .logo img{
    max-width: 100%;
    max-height: 150px;
    vertical-align: middle;
}

.content .logo {
    position: relative;
    float: none;
}

.logo > img{
    position: relative;
    z-index: 1;
}

/** Navigation **/
.responsive-1 .content .header-block #nav-wrap #menu-icon {
    display: none;
    font-family: 'RobotoCondensed';
    font-size: 20px;
    background-image: url(../png/nav-icon.png);
    background-position: left;
    background-position-x: 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.responsive-1 .content .header-block #nav-wrap {
    vertical-align: middle;
    margin-top: -6px;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li {
    float: left;
    position: relative;
    margin: 0 .07em;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li > a{
    display: inline-block;
    font-family: 'baskerville_old_faceregular';
    text-transform: uppercase;
    font-size: 12pt;
    text-shadow: 5px 3px 1px #333;
    text-decoration: none;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:first-child:before{
    content:none;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:before{
    content:'|';
    padding: 0px;
    color: #e2d29c;
    text-shadow: 1px 1px 0px #000;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul {
    margin:0;
    padding:0;
    text-align:left;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul {
    position: absolute;
    display: none;
    min-width: 160px;
    z-index: 10000;
    margin-top: 0;
    margin-bottom:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li {
    float: none;
    margin: 0;
    padding-left: 10px;
    padding: 0.4em;
    position: relative;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li > a{
    padding-left: .9em;
    padding-top: .2em;
    font-size: 17px;
    text-decoration: none;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul > li:hover > .subMenu > ul {
    display: block;
    margin: 0;
    padding: 0;
    box-shadow: 0 8px 10px -7px #222;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul > li:last-child {
    padding-bottom: 1em;
}
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation a {
    white-space: nowrap;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font: 18px 'RobotoCondensed';
    padding: 0em 0.2em 0em;
    color:#FFF;
}

/** Inner Page - Secondary Navigation **/
.responsive-1 .content .main-content-block .content-secondary-nav ul {
    margin:0;
    padding:0;
    margin-bottom: 12px;
}
.responsive-1 .content .main-content-block .content-secondary-nav ul > li:before{
    display: none;
}
.responsive-1 .content .main-content-block .content-secondary-nav ul  > li{
    border-top: 1px solid #ededed;
    padding: .7em 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'RobotoCondensed';
    list-style-type: none;
    line-height: 20px;
}

/** Main Banner **/
.responsive-1 .content .fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    max-height:700px !important;
    overflow:hidden!important;
    border: none!important;
}


/** Main Content **/
.responsive-1 .content .main-content-block title,
.responsive-1 .content .main-content-block h2.title,
.responsive-1 .content .main-content-block .main-content .content-row h1,
.responsive-1 .content .call-to-actions-block h3.title,
.responsive-1 .content .call-to-actions-block h1.title,
.responsive-1 .content .widget-footer-block .widget h3.title {
    font-family: 'Trajan Pro';
    text-transform: uppercase;
}


/** Offers **/
.responsive-1 .content .offers .title {
    color: #9e9e9e;
}
.responsive-1 .content .offers .subtitle{
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
}

/** Services List **/
.content .arrangement {
    font-size: 16px;
    margin: 0 auto;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .date {
    font-size: 13px;
    padding-left: 5px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute {
    /* border-top: 1px solid #ededed; */
    padding: .7em 0!important;
    font-size: 14pt;
    font-family: 'ralewaymedium';
    list-style-type: none;
    line-height: 20px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .tribute-detail{
    padding-left: 25px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .deceased-image img {
  width: 36px;
  height: 36px;
  display: none;
}

.content .arrangement .tribute-list .tribute .deceased-image {
    background-position: top center;
    background-repeat: no-repeat;
    width: 60px;
    height: 75px;
    display: inline-block;
    background-size: cover;
    position: relative;
    z-index: 0;
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0px #000;
}

.content .arrangement .search-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 60px;
}

.content .arrangement .search-container .search-deceased {
    height: 45px;
    width: 80px;
    background: url(../png/srch_btn.png) no-repeat;
    background-size: 80px 31px !important;
    position: absolute;
    top: 8px;
    right: -9px;
}

.content .arrangement .search-container .tribute-smart-search,
.content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    border: 1px solid;
    padding: 0px;
    font-family: 'ralewaymedium';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    outline: none;
    resize: none;
    margin-top: 3.5%;
    display: block;
    width: 100%;
    height: 29px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel .email-notification-panel {
    width: 100%;
    float: none;
}

.content .arrangement .search-container .search-deceased:before {
    font-family: 'bulletsregular';
    font-size: 38px;	
}

.content .arrangement-vertical .arrangement .tribute-list .tribute  .tribute-detail {
    display: inline-block;
    padding-left: 5px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    top: 0;
    z-index: 0;
    width: 160px;
    height: auto;
    text-align: left;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute  .tribute-detail  a{
    font-size: 15px;
    font-weight: bold;
    padding-left: .2em;
    text-shadow: 1px 1px 0 #e1e1e1;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .deceased-image-missing,
.content .arrangement-vertical .arrangement .tribute-list .tribute img {
    display: inline-block;
    margin-bottom: 0;
    position: static;
    float: none;
    max-width: 60px;
    max-height: 75px;
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0px #000;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel {
    text-align: center!important;
    background-color: rgba(0,0,0,0.1);
}

.content .arrangement .tribute-list .tribute-button-panel a {
    padding: .6em 1.8em;
    font-size: 14px;
    padding: .4em 1.2em;
    border: none;
    font-family: 'ralewaymedium';
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: .5em;
    margin-top: 8%;
    text-decoration: none;
    float: none;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute-button-panel a:hover{
    color: #fff;
    background-color: #af023b;
}

.content .arrangement .item-list.tribute-list .tribute-button-panel .subscribe-panel {
    z-index: 9;
}


/** Paralax video block **/
.responsive-1 .content .video-block {
}
.responsive-1 .content .video-block .wrapper{
    max-width: 850px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.responsive-1 .content .video-block .outer-responsive-video-container {
    border: 2px solid #000;
    margin: 2.5em auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 70%;
}
.responsive-1 .content .video-block h4 {
    font-size: 28px;
    text-align: center;
}
.responsive-1 .content .video-block h5{
    font-size: 22px;	
}


/** Call to Actions **/
.responsive-1 .content .call-to-actions-block {
}

.inside-page .content .call-to-actions-block {
    background: url(../png/footer_back.png);
    background-size: 100% 100%;
    max-width: 100% !important;
}

/** Certifications **/
.responsive-1 .content .certifications-title-block {
    font-size: 28px;
    margin-bottom: -30px
}

.responsive-1 .content .certifications-block {
    top:0;
    padding-top: 1em;
    padding-bottom: 1em;	
} 
.responsive-1 .content .certifications-block .thumb:before{
    display: none;
}
.responsive-1 .content .certifications-block .thumb {
    display:  inline-block;
    padding: .3em;
    opacity: 1;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.responsive-1 .content .certifications-block .thumb:hover{
    -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/** Widget Footer **/
.responsive-1 .content .widget-footer-block {
    padding-bottom: 2.5em;
    padding-top: 1em;
    font: 14px 'robotoregular';
}
.responsive-1 .content .widget-footer-block img {
    max-width: 100%;
}
.responsive-1 .content .widget-footer-block input[type="text"], .widget-footer input[type="email"], .widget-footer input[type="password"]{
    margin-bottom: 0;
}
/** Quick-links **/
.responsive-1 .content .widget-footer-block .widget ul {
    margin:0;
    padding:0;
}
.responsive-1 .content .widget-footer-block .widget ul li {
    list-style-type: none;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 18px;
}
.responsive-1 .content .widget-footer-block .widget ul li:before{
    content: "s";
    font-family: 'bulletsregular';
    font-size: 14px;
    left: 4px;
    top: 5px;
    position: absolute;
}

/** Page Footer **/
.responsive-1 .content .page-footer-block {
    font-size: 14px;
    font-family: 'robotoregular';
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top:1%;
}

.responsive-1 .content .copyright.left {
    width: 100%;
    margin-right: 0%;
    float: none;
    display: block;
    text-align: center;
}

.responsive-1 .content .copyright .ft-logo {
    background: url(../png/ft-transparent-logo.png) no-repeat center center;
    background-size: 70%;
    width: 250px;
    height: 35px;
    display: block;
    margin:0 auto;
}

.widget-page .responsive-1 .content .main-content-block {
    margin-top:20px;
}
.widget-page .responsive-1 .content .main-content-block .wrapper {
    padding:0;
    max-width: 1024px;
    box-shadow: 0px 0px 20px 5px #000;
    -moz-box-shadow: 0px 0px 20px 5px #000;
    -webkit-box-shadow: 0px 0px 20px 5px #000;
}

/** Look and Feel Defaults - Can be overridden in the theme style **/
body {
    background-color: #4b3f30;  
}
body,
.responsive-1 .content .main-content-block a,
.responsive-1 .content .video-block a,
.responsive-1 .content .copyright a {
    color: #5d534b;
}

/* White */
.responsive-1 .content .outter-wrapper {
}
.responsive-1 .content .video-block h4, 
.responsive-1 .content .video-block h5, 
.responsive-1 .content .certifications-title-block h4, 
.responsive-1 .content .certifications-title-block h5, 
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation a, 
.responsive-1 .content .header-block #nav-wrap #menu-icon, 
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a, 
.responsive-1 .content #scrollUp {
    color: #e2d29c;
}

/* Orange */
.responsive-1 .content .widget-footer-block .widget a:hover, 
.responsive-1 .content .widget-footer-block .widget ul li:before, 
.responsive-1 .content .arrangement .tribute-list .tribute .tribute-detail a,
.responsive-1 .content .video-block a:hover,
.responsive-1 .content .header-block #nav-wrap li.selected > a,
.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul a:hover,
.responsive-1 .content .main-content-block .content-secondary-nav ul li.selected > a,
.responsive-1 .content .main-content-block .content-secondary-nav ul li a:hover, 
.responsive-1 .content .main-content-block a:hover,
.responsive-1 .content #scrollUp:hover,
.responsive-1 .content .copyright a:hover {
    color: #6b573f;
}

/* Light Brown **/
.responsive-1 .content .widget-footer-block h3 {
    color: #a9987a;
}

/*Sand color*/
.sandy{
    color:#a68f56 !important;
    margin-top: 0;
    padding-top: 3%;
    text-shadow: 1px 1px 0 #fff;
}

/* Light Grey **/
.responsive-1 .content .widget-footer-block, 
.responsive-1 .content .widget-footer-block a {
    color: #ebebeb;
}
.responsive-1 .content .arrangement .search-container .tribute-smart-search,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    background-color: #f6ebd0;
}
.responsive-1 .content .spacer-block hr {
    border-color: #EBEBEB;
}

/* Near Black */
.responsive-1 .content .header-block{
    background: url(../png/top_nav_bg.png) no-repeat center center;
    text-align:center;
    position: relative;
    clear: both;
}

.responsive-1 .content .header-block #nav-wrap .dropdownNavigation > ul .subMenu > ul{
    background-color:#423425;
}

/* Dark Brown */
.responsive-1 .content .widget-footer-block,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a,
.responsive-1 .content .call-to-actions-block h3
.responsive-1 .content .main-content-block h1 {
    background-color: #4e3d29;
}

/* Royal Cherry */
.responsive-1 .content .header-block #nav-wrap #menu-icon,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel a:hover {
    background-color: #da8822;
}

/* Mid Grey */
.responsive-1 .content .certifications-title-block {
    background-color: #a09893;
} 
.responsive-1 .content .arrangement .search-container .tribute-smart-search,
.responsive-1 .content .arrangement .tribute-list .tribute-button-panel .email-notification-panel .email-input {
    color: #A09893;
}
/** secondary nav on inner page **/
.responsive-1 .content .main-content-block .content-secondary-nav ul li a, 
.responsive-1 .content .main-content-block .content-secondary-nav ul li {
    color: #A09893;
}

/* Dark Grey */
.responsive-1 .content .page-footer-block {
}

/* Dark Brown */
.responsive-1 .content .video-block {
    text-align:center;
}

.content-top-bar{
    text-align:center;
    display:none;
}

.background-main{
    background-color:#f6ebd0;
}

#widget-override .background-main {
    background-color: #fff;
}

.margin-spacer{
    margin-top:1% !important;
}

.content .footer-text-wrapper{
    text-align:center;
    font-weight:bold;
}

.content .footer-text-wrapper > ul{
    list-style: none;
    display: inline-block;
    font-size: 16pt;
    font-family: 'Trajan Pro';
}

.content .footer-text-wrapper > ul > li{
    float:left;
}

.footer-text-wrapper ul li:first-child:before {
content:none;
}
.footer-text-wrapper ul li:before {
content: '|';
padding: 0 15px;
color: #545248;
}

.page-colour{
    color:#b5a680;
}

.content .bot-footer-text-wrapper{
    text-align:center;
    font-weight:bold;
}
.content .bot-footer-text-wrapper > ul{
    list-style: none;
    display: inline-block;
    font-size: 14pt;
    font-family: 'Trajan Pro';
}

.content .bot-footer-text-wrapper > ul > li{
    float: none;
    display: inline-block;
    text-align: center;
}

.bot-footer-text-wrapper ul li:first-child:before {
content:none;
}
.bot-footer-text-wrapper ul li:before {
content: '|';
padding: 0 15px;
color: #545248;
}

.bot-logo{
    margin:0 auto;
    width:100%;
    margin-top:2%;
}

.bot-logo > img{
    width:23%
}

#container1{
    background: url(../png/brush-banner-main.png) no-repeat center;
    background-size: 107% 130%;
    border: 5px solid #caba89;
    box-shadow: 0px 0px 3px 1px #666;
    border-spacing: 10px;
    max-width: 1023px;
    width: auto;
    margin: 0 auto;
    margin-top: 5%;
    padding: 10px;
}

#widget-override #container1{
    border-spacing:0;
}

#container2{
    width: 35%;
    margin: 0 auto;
    float: right;
    padding: 10px;
    border: 5px solid #c5b299;
    box-shadow: 0px 0px 3px 1px #666;
    border-spacing: 10px;
}

.logo-block-header{
    position: relative;  
}

.phone{
    
}

.flowers{
    padding-left: 0;
    margin-top: 0;
    float: none;
}

.wrapper-minor{
    padding:0.2em !important;
}

.content .top-footer-text-wrapper{
    text-align:center;
    font-weight:normal;
    color:#423425;
}

.content .top-footer-text-wrapper > ul{
    list-style: none;
    display: inline-block;
    font-size: 16pt;
    font-family: 'Arial';
    margin: -1.5em;
}

.content .top-footer-text-wrapper > ul > li{
    float:left;
}

.top-footer-text-wrapper ul li:first-child:before {
content:none;
}
.top-footer-text-wrapper ul li:before {
content: '|';
padding: 0 15px;
color: #423425;
}

.full{
    width:100%;
}

.content .main-content-block{
    border-image: url(../png/brush-main-content.png);
    border-image-width: 10%;
    border-image-outset: 54px;
    border-image-slice: 12%;
    border-image-repeat: stretch; 
}

#widget-override #container1{
    background:none;
    border:none;
    box-shadow:none;
}

#widget-override .content .main-content-block{
    border-image:none;
}

#widget-override .content .footer-text-wrapper{
    margin-top:0px;
}

.widget-page .simple-store .store-top-navigation{
    height:37px !important;
}

.widget-page .simple-store .main-store-content .simple-store-content .simple-store-landing .top-category img{
    height:160px !important;
}

.nav-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 20;
}

.nav-header::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

#widget-override .content .name-label {
    font-size:21px;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute .deceased-image-missing {
    height: 75px;
    background-size: cover;
    width: 60px;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image a {
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0px #000;
    height: 130px;
    background-position: top center;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image-missing {
    border: 2px solid #fff;
    box-shadow: 2px 3px 2px 0px #000;
    height: 130px;
}

.content .arrangement-list-full .full-list-container .tribute-row .image-column .deceased-image-missing img {
    height: 130px;
}

.content .arrangement-list-full .full-list-container {
  border: 0;
  width: 98%;
  padding: 0 10px 0 10px;
}

.inside-page .tribute2 .picture-frame .inner-frame img.inner-image {
    height: 250px;
    top: -5px;
}

.inside-page .tribute2 .picture-frame .inner-frame .image-wrapper {
    max-width: 100%;
}

.inside-page .tribute2 .picture-frame .inner-frame .image-outter {
    top: 0 !important;
}

.inside-page .tribute2 .picture-frame .inner-frame {
    background-color: transparent;
    top: 40px;
}

.inside-page .tribute2 .picture-frame .inner-frame .empty-image {
    margin-top: 0;
}

.content .arrangement-vertical .arrangement .view-all {
    box-shadow: 2px 3px 2px 0 #aaa;
}

.content .arrangement-vertical .arrangement .notification-sign-up {
    box-shadow: 2px 3px 2px 0 #aaa;
}

.content .arrangement-vertical .arrangement .tribute-list .tribute:nth-child(odd) {
    background-color: rgba(0,0,0,0.1);
}

.responsive-1 .content .call-to-actions-block .cta-image {
    box-shadow: 3px 5px 8px 0px #aaa;
}

.responsive-1 .content .padding-top-remove {
    padding-top:0;
}

.responsive-1 .content .padding-bot-remove {
    padding-bottom: 0;
}

.content .product-selector .product dl.details {
    text-align: left;
}

.content .product-selector .products {
    text-align: center;
}

.content .product-selector ul.category-list {
    margin-left: 30px;
}

.content .product-selector .products .product {
    width: 30.5%;
    height: 325px;
    max-height: 325px;
}

.content .product-selector .products .product .thumbnail {
    height: 185px;
}

.content .product-selector .products .product:hover .thumbnail img {
    transform: scale(1.04);
}

.content .product-selector .products .product img {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 225px;
    margin-top: 20px;
}

.content .product-selector .product dl.details dd.name {
    color: #15AAE2;
    font-weight: bold;
    font-size: 17px;
}

.content .form-render .reference-number {
    margin-bottom: 0;
    padding: 10px;
}

.content .product-selector .products .product .thumbnail:hover {
    transform: scale(1.04);
}

.form-render .form-body .address-container h3 {
    display: none;
}

legend {
    font-size: 21px;
    font-weight: bold;
}

.responsive-1 .content .phone-num {
    width: 100%;
    float: none;
    text-align: right;
    position: relative;
    right: 2%;
    font-size: 18px;
    min-height: 50px;
    margin-top: 1%;
}