@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/* *** theme-specific overrides *** */

#bom-wrapper {
  font-family: "Open Sans", sans-serif;
}
a, div {
    transition: background ease 0.25s;
}

/* primary: dark */
#bom-header .bom-header-info-con .bom-header-info .bom-header-deceased-name a,
.bom-candle-con .bom-candle-con-header .bom-candle-lac a,
#bom-wrapper h2, #bom-wrapper h3,
.bom-footer-flowers .bom-footer-flowers-blurb .bom-footer-flowers-header,
.bom-footer-hal .bom-footer-hal-blurb .bom-footer-hal-header,
.bom-footer-contribute .bom-footer-contribute-blurb .bom-footer-contribute-header,
.bom-footer-tributeart .bom-footer-tributeart-blurb .bom-footer-tributeart-header,
.bom-footer-flowers .bom-footer-flowers-blurb .bom-footer-flowers-link,
.bom-footer-hal .bom-footer-hal-blurb .bom-footer-hal-link,
.bom-footer-contribute .bom-footer-contribute-blurb .bom-footer-contribute-link,
.bom-footer-tributeart .bom-footer-tributeart-blurb .bom-footer-tributeart-link,
#bom-wrapper #bom-story-list .bom-story-list-entry .bom-story-list-entry-read {
    color: #12233a;
}
.bom-candle-con .bom-candle-con-header .bom-candle-con-top,
.bom-menu .bom-menu-active,
.info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-flowers .bom-info-container-flowers-inner,
.info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-directions,
.info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-button.bom-info-container-button-full,
.bom-footer-flowers .bom-footer-flowers-blurb .bom-button-tan-link,
.bom-footer-hal .bom-footer-hal-blurb .bom-button-tan-link,
.bom-footer-contribute .bom-footer-contribute-blurb .bom-button-tan-link,
.bom-footer-tributeart .bom-footer-tributeart-blurb .bom-button-tan-link,
#bom-content-wrapper .bom-user-actions .bom-user-action .bom-user-action-header,
.view-tributes-filter-header,
#fileupload .fileupload-buttonbar .btn {
    background: #12233a;
}
    .bom-menu a.bom-menu-active:hover,
    .info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-flowers .bom-info-container-flowers-inner:hover,
    .info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-button:hover .bom-info-container-flowers-inner,
    .info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-directions:hover,
    .info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-button.bom-info-container-button-full:hover,
    #bom-content-wrapper .bom-user-actions .bom-user-action .bom-user-action-header:hover,
    .bom-footer-flowers .bom-footer-flowers-blurb .bom-button-tan-link:hover,
    .bom-footer-hal .bom-footer-hal-blurb .bom-button-tan-link:hover,
    .bom-footer-contribute .bom-footer-contribute-blurb .bom-button-tan-link:hover,
    .bom-footer-tributeart .bom-footer-tributeart-blurb .bom-button-tan-link:hover,
    #fileupload .fileupload-buttonbar .btn:hover {
        background: #5b6985;
    }
    .bom-button-green-link, .bom-button-green-input, .bom-button-green-link-small, .bom-button-green-input-small, input[type='submit'].bom-button-green-input-small {
        color: #fff !important;
        line-height: 0.95;
        background: #12233a !important;
    }
.bom-content-page,
.info-container,
.info-container .infoList,
#bom-content-wrapper .bom-user-actions,
.view-tributes-container {
    border-color: #12233a;
}

/* primary light */
.bom-menu a,
.pagination-container .pagination-status {
    background: #5b6985;
}
  .bom-menu a:hover {
      background: #12233a;
  }

/* infolist */
.info-container .infoList,
#bom-content-wrapper .bom-user-actions {
    padding: 30px;
    background: linear-gradient(to bottom, rgba(180,188,205,1) 0%,rgba(206,230,242,0) 100%);;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-left: 0;
    border-right: 0;
}
.info-container .infoList .infoItem {
    margin: 0 0 10px 0;
}
    @media screen and (max-width: 960px) {
        .info-container .infoList {
            padding: 30px 5%;
            width: 90%;
            float: none;
        }
        .info-container .infoList .infoItem .infoContent {
            width: 75%;
        }
        .info-container .info-container-map-wrap {
            margin: 25px auto 0;
            float: none;
        }
    }
    @media screen and (max-width: 750px) {
      
    }
    @media screen and (max-width: 480px) {
        .info-container .infoList {
            padding: 30px 5%;
            width: 90%;
        }
    }


/* LAC link */
.bom-candle-con .bom-candle-con-header .bom-candle-lac {
    top: 5px;
    right: 5px;
    padding: 0 20px 0 35px;
    width: auto;
    height: 36px;
    line-height: 2.25;
    background: rgba(255,255,255,0.85);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #fff, 2px 2px 5px rgba(0,0,0,.5);
}
.bom-candle-con .bom-candle-con-header .bom-candle-lac:hover {
    background: rgba(255,255,255,1);
    box-shadow: inset 0 0 0 1px #fff, 1px 1px 5px rgba(0,0,0,.75);
    transition: all ease 0.25s;
}
.bom-candle-con .bom-candle-con-header .bom-candle-lac a {
    position: relative;
    bottom: auto;
    right: auto;
    font-family: "Open Sans", sans-serif;
}
.bom-candle-con .bom-candle-con-header .bom-candle-lac a:before {
    position: absolute;
    top: -50px;
    left: -70px;
    content: "";
    margin-right: 10px;
    width: 65px;
    height: 85px;
    background: url(candle-icon.png) 50% no-repeat;
}


/* BOM menu */
.bom-menu a {
    box-shadow: inset 1px 0 0 #fff;
}
.bom-menu a:nth-child(1) {
    box-shadow: none;
}
.bom-menu .bom-menu-active {
    color: #fff;
}


#bom-header .bom-header-runner {
    background: url('header-back.jpg') top center no-repeat;
}
#bom-header .bom-header-info-con .bom-header-info {
    color: #000;
}
#bom-header .bom-header-info-con {
    background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.65) 100%);
}
.bom-candle-con .bom-candle-con-header .bom-candle-con-bg {
    background: url('background-candle-canvas.jpg') no-repeat;
}
.bom-info-container-list {
    background: #fff;
}
a.bom-button-tan-link {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
}
.info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-flowers .bom-info-container-flowers-inner>span,
.info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-button>span {
    top: 14px;
}
.bom-detail-familylogin {
    background: url('detail-family-login.png') no-repeat;
    width:64px;
    height:100px;
}
.bom-detail-subscribe {
    background: url('detail-email.png') no-repeat;
    width:87px;
    height:87px;
}
.tribute-action-wrapper > a {
    color: #335041 !important;
}


/* *** *** */
















/*file uploader*/
#fileupload .fileupload-buttonbar .btn {
  border-radius: 0px !important;
  background-image: none;
  border: none;
}


/* responsive styling */
@media screen and (max-width: 960px) {
    
  div#bom-content-container {
    margin-top: 0;
  }
  .bom-candle-con {
    height: initial;
  }
  .bom-candle-con-bg,
  .bom-candle-con .bom-candle-con-header .bom-candle-con-canvas {
    height: 270px;
  }
  .bom-candle-con .bom-candle-con-header .bom-candle-con-bg {
    background-size: cover !important;
  }
  .bom-menu a {
    padding: 18px 0;
    width: calc(100%/4);
    font-size: 14px;
  }
  div.info-container .info-container-map-wrap {
    width: 100%;
  }

  div.info-container .info-container-map-wrap .info-container-map {
    margin: 0;
    width: 100%;
  }

  div.info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-flowers .bom-info-container-flowers-inner,
    div.info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-button {
    left: 0;
    margin: 0;
    width: 100%;
  }

  .info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-flowers .bom-info-container-flowers-inner>span {
    left: auto;
  }

  .info-container .info-container-map-wrap .bom-info-container-map-button-container .bom-info-container-button-full>span {
    top: 17px;
    font-size: inherit;
  }

  .bom-footer-flowers div.bom-footer-flowers-blurb,
    .bom-footer-hal div.bom-footer-hal-blurb {
    max-width: 365px;
    width: 48%;
  }

  .bom-footer-flowers .bom-detail-footer-sendflowers {
    float: left;
    margin-top: 0;
    margin-left: 40px;
  }

  div#bom-content-wrapper .bom-user-actions {
    text-align: center;
  }

  div#bom-content-wrapper .bom-user-actions .bom-user-action {
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0 10px;
    width: calc(100%/2 - 50px)
  }

  #bom-content-wrapper .bom-user-actions .bom-user-action .bom-user-action-header {
    margin-top: 15px;
    width: 100%;
    font-size: 1.5em;
  }

  .bom-candle-con-canvas {
    background-size: cover !important;
  }
}

@media screen and (max-width: 820px) {
    
  #bom-header .bom-header-info-con .bom-header-info {
    width: 58% !important;
  }

  .bom-footer-flowers div.bom-footer-flowers-blurb, .bom-footer-hal div.bom-footer-hal-blurb {
    margin-right: 2%;
    width: 42%;
  }

  .bom-footer-flowers .bom-footer-flowers-blurb .bom-button-tan-link,
    .bom-footer-hal .bom-footer-hal-blurb .bom-button-tan-link {
    width: 95%;
  }
}

@media screen and (max-width: 750px) and (min-width: 450px) {
  
  .bom-menu a {
    width: calc(92%/4);
  }
}

@media screen and (max-width: 750px) {
    
  #bom-header .bom-header-photos {
    width: 225px;
    overflow: hidden;
  }

  .bom-footer-flowers .bom-detail-footer-sendflowers,
    .bom-footer-hal .bom-detail-footer-hal {
    width: 40%;
  }

  .bom-menu a {
    padding: 18px 1%;
  }
}

@media screen and (max-width: 720px) {
    
  div#bom-header {
    height: 340px;
  }

  #bom-header .bom-header-runner {
    height: 240px;
    background-position: -75px 0;
  }

  #bom-header .bom-header-info-con .bom-header-info {
    width: 100% !important;
  }

  .bom-candle-con {
      margin-top: 0px;
      margin-bottom: 20px;
      padding-bottom: 20px;
  }

  .bom-footer-flowers .bom-footer-flowers-blurb {
    text-align: left;
  }

  #bom-header .bom-header-photos {
    overflow: visible;
    height: 200px;
  }

  #bom-header .bom-header-photos img {
    height: 100%;
    border: 1px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
  }

  div#bom-content-wrapper div.bom-user-actions .bom-user-action {
    padding: 0;
    width: 100%;
  }

  #bom-content-wrapper .bom-user-actions .bom-user-action .bom-user-action-detail,
    #bom-content-wrapper .bom-user-actions .bom-user-action .bom-detail-subscribe {
    margin-bottom: 0;
  }

  .view-tributes-container {
    width: 100%;
  }

  a.bom-button-green-link,
    .bom-button-green-input,
    a.bom-button-green-link-small,
    a.bom-button-green-input-small,
    input[type='submit'].bom-button-green-input-small,
    #bom-page-lac #is-submit input[type='submit'] {
    margin: 10px auto;
    width: 100%;
    /*min-height: 30px;*/
    /*box-sizing: border-box;*/
    /*line-height: 2;*/
    padding: initial;
    height: 50px;
    line-height: 3.25;
  }

  #bom-content-wrapper .bom-content-group .bom-content-group-inner div.row.fileupload-buttonbar {
    margin: 10px auto;
  }

  #bom-page-sharestory,
    .bom-content-group {
    padding: 25px 0 0 0;
    width: 100% !important;
  }
  .bom-candle-con .bom-candle-con-header .bom-candle-con-top {
      padding-top: 10px;
      text-align: center;
  }
  .bom-candle-con .bom-candle-con-header .bom-candle-lac {
      top: -40px;
      left: auto;
      right: auto;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      position: relative;
      text-align: center;
  }
}

@media screen and (max-width: 600px) {
    
  
  #bom-header .bom-header-runner {
    background-position: -145px 0;
  }
  #bom-header .bom-header-info-con {
    margin-top: 150px;
  }

  div.info-container .infoList .infoItem .infoContent {
    margin-bottom: 15px;
    width: 100%;
  }

  .bom-menu a {
    height: 34px;
    font-size: 12px;
  }
  .bom-candle-con .bom-candle-con-header {
      top: initial;
      height: initial;
  }
  #social {
    margin-top: 0px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .bom-candle-con .bom-candle-con-header .bom-candle-con-top {
      height: initial;
      padding: initial;
  }
}
@media screen and (max-width: 475px) {
  
  #bom-header .bom-header-runner {
    background-size: cover;
  }
}

@media screen and (max-width: 450px) {
    
  div#bom-header {
    min-height: 400px;
  }

  .bom-candle-con .bom-candle-con-header {
    top: 0;
    /*height: 75px;*/
  }
  #bom-header .bom-header-runner {
    background-position: -90px 0;
  }

  div.bom-candle-con .bom-candle-con-header .bom-candle-lac {
    top: 10px !important;
    left: 10px;
    margin: auto;
  }

  .bom-menu a {
    padding: 10px 0 32px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: normal;
  }

  div.bom-footer-flowers,
    div.bom-footer-hal {
    margin: 0 0 35px 0;
    padding: 35px 5% 0;
    width: 90%;
  }

  div.bom-footer-flowers .bom-detail-footer-sendflowers,
    div.bom-footer-hal .bom-detail-footer-hal {
    margin: 0;
    width: 100%;
    float: none;
    clear: both;
  }

  .bom-footer-flowers div.bom-footer-flowers-blurb,
    .bom-footer-hal div.bom-footer-hal-blurb {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
    float: none;
  }

  .tribute-action-wrapper>a {
    margin: 0 1% !important;
    width: 31%;
    min-height: 125px;
    font-size: 14px;
  }

  div.detail-tribute {
    width: 100%;
    background-repeat: no-repeat;
    height: 75px;
  }

  div#payment-logos img {
    width: 100%;
  }

  div#bom-content-wrapper .bom-content-group .bom-content-group-inner div p {
    width: 100%;
  }

  div#bom-content-wrapper .bom-content-group .bom-content-group-inner div {
    width: 100% !important;
    font-size: 13px !important;
    line-height: 1;
    text-align: left;
  }

  .bom-leave-condolence-con form .bom-form-row input[type="checkbox"] {
    margin-bottom: 35px;
  }

  .bom-leave-condolence-con form .bom-textarea {
    margin-bottom: 20px;
  }

  .bom-leave-condolence-con form {
    margin-top: 20px;
  }

  .bom-form-row span {
    float: right;
    width: 85%;
  }

  .bom-candle-con .bom-candle-con-header .bom-candle-con-top {
    padding: 60px 10px 0 !important;
    text-align: center;
    padding-top: 10px !important;
  }

  div#bom-content-wrapper div.bom-content-group .bom-content-group-inner div#control {
    width: 90% !important;
  }

  div#bom-content-wrapper .bom-content-group .bom-content-group-inner div#bom-googlemap {
    width: 100% !important;
    border: 0;
  }

  div#bom-header {
    min-height: 340px;
  }

  #social {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 360px) {
    
  
  #bom-header .bom-header-runner {
    background-position: -125px 0;
  }
  .bom-candle-con {
    height: initial;
  }

  .bom-candle-con-bg, .bom-candle-con .bom-candle-con-header .bom-candle-con-canvas {
    height: 200px;
  }

  #bom-header .bom-header-info-con .bom-header-info-inner p {
    font-size: 13px;
  }

  #social {
    margin-top: 6px;
  }

  #bom-header .bom-header-info-con .bom-header-info .bom-header-deceased-name {
    width: 100%;
    font-size: 1.6em;
  }
  .bom-candle-con .bom-candle-con-header .bom-candle-con-top {
    height: initial;
  }
}

@media screen and (max-width: 300px) {
    
  .bom-candle-con {
    height: initial;
  }

  .bom-candle-con-bg, .bom-candle-con .bom-candle-con-header .bom-candle-con-canvas {
    height: 200px;
  }

  #bom-header .bom-header-info-con .bom-header-info-inner p {
    font-size: 10px;
  }

  div.bom-candle-con .bom-candle-con-header .bom-candle-lac {
      left: 0px;
  }
}

/*Header Overlay Revisions Nov 2018*/
#bom-header > div.bom-header-runner > div.bom-header-info-con {
        background-image: linear-gradient(to right, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0));
background-color:rgba(255, 255, 255, 0)!important;
}

@media only screen and (max-width: 960px) {
#bom-header > div.bom-header-runner > div.bom-header-info-con {
    background-image: linear-gradient(to right, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0.5));
background-color:rgba(255, 255, 255, 0)!important;
}
}
@media only screen and (max-width: 720px) {
#bom-header > div.bom-header-runner > div.bom-header-info-con {
    background-image: none;
}
}

/*Header Overlay Revisions Nov 2018*/
#bom-header > div.bom-header-runner > div.bom-header-info-con {
        background-image: linear-gradient(to right, rgba(255,255,255,0.65) 75%, rgba(255,255,255,0));
background-color:rgba(255, 255, 255, 0)!important;
}

@media only screen and (max-width: 960px) {
#bom-header > div.bom-header-runner > div.bom-header-info-con {
    background-image: linear-gradient(to right, rgba(255,255,255,0.65) 75%, rgba(255,255,255,0.65));
background-color:rgba(255, 255, 255, 0)!important;
}
}
@media only screen and (max-width: 720px) {
#bom-header > div.bom-header-runner > div.bom-header-info-con {
    background-image: none;
}
}