* {
    padding: 0px;
    margin: 0px
}
a {
    color: #a68c51;
    text-decoration: none
}
a:hover {
    color: #7d693d
}
body {
  background-color: #F2F9E2;
  margin-left: auto;
  margin-right: auto;
  height: auto
}
body .main {
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

#page_container {
  -moz-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -moz-filter 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -webkit-filter 0.5s ease, opacity 0.5s ease;
  -ms-transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, -ms-filter 0.5s ease, opacity 0.5s ease;
  transition: -moz-filter 0.5s ease, -webkit-filter 0.5s ease, -ms-filter 0.5s ease, filter 0.5s ease, opacity 0.5s ease;
}
.modal-active #page_container {
  -moz-filter: blur(8px);
  -webkit-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}
.poptrox-popup {
  background: rgba(31, 34, 36, 0.925);
  box-shadow: 0 1em 3em 0.5em rgba(0, 0, 0, 0.25);
  cursor: default;
  -webkit-overflow-scrolling:touch;
  overflow:auto;
}
.poptrox-popup .nav-previous, .poptrox-popup .nav-next {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-image: url(../../assets/images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 8em;
  margin-top: -4em;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  width: 6em;
  z-index: 2;
}
.poptrox-popup .nav-previous {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 0;
}
.poptrox-popup .nav-next {
  right: 0;
}

#page_container {
    overflow-x: hidden;
    position: relative
}

#memorial-header {
  position: relative;
  height: 600px;
}

#babaji-border-top {
  position: absolute;
  width: 100%;
  height: 77px;
  background: url(design-strip-top.png) top repeat-x;
  z-index: 2;
  top: 0;
}
#babaji-border-bottom {
  position: absolute;
  width: 100%;
  height: 77px;
  background: url(design-strip-bottom.png) bottom  repeat-x;
  bottom: 0;
  z-index: 2;
}

.babaji-memorial-bg {
  height: 600px;
  background: url(babaji-memorial-bg.jpg) 100% 0px/60% no-repeat #E6EDD7;
}

.memorial-heading {
  position: absolute;
  height: 600px;
  line-height: 600px;
  top: 0;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 775px) {
  #memorial-header {
    height: auto;
  }
  #babaji-border-top, #babaji-border-bottom, .babaji-memorial-bg {
    display: none;
  }
  .memorial-heading {
    width: 100%;
    position: relative;
    margin: 3em 0;
    height: auto;
    line-height: inherit;
  }
  .memorial-heading img {
    max-width: 90%;
  }
  .babaji-image {
    background: url(babaji-memorial.jpg) top left/cover no-repeat #E6EDD7;
    height: 70vw;
  }
  body .main {
    margin-top: 0;
  }

}


.article_photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 0;
}

.article_photos.tiled img {
  max-height: 14em;
  padding: 0 0.2em;
}
.post .content p.image img {
  width: 100%;
}

.post .content img.left, .post .content img.right {
  max-width: 60%;
}

.post .content img.left {
  float: left;
  padding: 2em 2em 1em 0em;
}

.post .content img.right {
  float: right;
  padding: 2em 1em 1em 2em;
}

.post ul, .post ol {
  margin: 2em;
}

.post .title, .post .date, .post p {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 500px) {
  .post .content img.left, .post .content img.right {
    max-width: 100%;
    padding: 0;
    float: none;
  }
  .post .content p.image {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .article_photos.tiled img {
    max-height: none;
  }
  .article_photos img {
    max-height: none;
    width: 100%;
    padding: 0;
  }
}
.menu_icon {
    display: none
}
h1 {
    text-align: center;
    letter-spacing: 5px;
    border-top: 1px solid #a68c51;
    border-bottom: 1px solid #a68c51;
    padding: 10px;
    width: 60%;
    margin: 0 auto 32px;
    margin-right: auto;
    margin-left: auto
}
a.zoom img {
    margin: 10px;
    width: 43%;
    padding: 13px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.1)
}
#user_panel {
    z-index: 999;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
    background: #e2cfba
}
.header {
    padding: 32px 0
}
.title_image {
    margin: 40px 0px 0px 147px;
    float: left;
    max-width: 391px;
}
.title_image.memorial {
  margin-top: 66px;
}
.title_image img {
    width: 100%
}
.babaji {
    margin: 0px 73px 0px 0px;
    float: right
}
.babaji img {
    border: 2px solid #000
}
.links {
    width: 550px;
    text-align: right;
    position: absolute;
    top: 180px;
    line-height: 50px;
    left: 46px
}
.links a {
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
    margin: 15px;
    background: #fff4da;
    background: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px
}
.main {
    clear: both;
    position: relative
}
.post {
  position: relative;
  margin: 0 20px 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F9FDF1;
}
.post .title {
    color: #977706;
    font-size: 25px
}
.post .date {
    color: #9e9ab3;
    font-size: 13px;
    line-height: 28px
}
.post .date .will_be {
    color: salmon
}
.post .content {
    font-size: 18px;
    margin-top: 20px
}
.post .content p {
    margin-top: 20px
}
.post.add_margin {
    margin-top: 60px
}
.post .has_photos {
  opacity: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.just_photos, .just_photos div {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.post .has_photos + .has_photos {
  margin-top: 0em;
}
.actions {
    position: absolute;
    right: 0px;
    bottom: 0px
}
.actions div {
    float: left;
    margin: 20px
}
.actions .new_save {
    margin: 0px
}
.actions a,
.new a {
    padding: 10px 20px 10px 20px;
    border: 2px solid #a68c51;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px
}
.new {
    font-size: 30px;
    margin: 30px
}
.new_post {
    font-size: 18px;
    padding: 20px
}
.new_post .message {
    font-size: 20px
}
.new_post label,
.new_post input,
.new_post textarea {
    display: block;
    margin: 10px 0px 10px 0px;
    font-size: 20px
}
.footer {
    text-align: center;
    margin: 40px
}
.footer a {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 19px;
  display: inline-block;
}
.clear {
    clear: both
}
.nowrap {
    display: inline;
    white-space: nowrap
}
.pagination {
    margin: 20px;
    text-align: center;
    padding: 0.5em 2em 0.5em 2em;
    cursor: default
}
.pagination a,
.pagination span {
    padding: 0.2em 0.3em
}
.pagination .disabled {
    color: #aa5
}
.pagination .current {
    font-style: normal;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em
}
table.paginating {
    margin: 20px;
    width: 100%
}
table.paginating td {
    padding-right: 30px
}
.toggle-icon {
    display: none
}
#stripe_form form {
    max-width: 400px;
    margin: 0 auto
}
#stripe_form form label,
#stripe_form form input {
    font-family: proxima-nova, sans-serif
}
#stripe_form form label {
    margin-bottom: 0.7em;
    margin-top: 3em;
    font-weight: 400;
    font-size: 1em;
    display: block;
    color: #777
}
#stripe_form input {
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1.25em;
    font-size: 1pc;
    padding: 1.25em 20px;
    height: 62px
}
#stripe_form .btn {
    cursor: pointer;
    color: #fff !important;
    border-color: #5cc30d;
    background: #7dda36;
    margin: 2em 0
}
#stripe_form span.errorMessage {
    padding: 8px 0 15px;
    color: red;
    font-style: italic;
    display: block
}
#stripe_form #stripe_customer_last {
    margin-top: 1em
}
.buttons {
    text-align: center;
    margin: 1em 0 !important
}
.buttons a {
    display: inline-block;
    margin: 1em;
    box-sizing: border-box;
    background: #7dda36;
    border-radius: 6px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1.25em;
    font-size: 1pc;
    padding: 1.25em 20px;
    height: 62px;
    color: #fff !important;
    border-color: #5cc30d
}
div.errorMessage {
    color: red;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 4em
}
.form-group.blue_background {
    background-color: #d5f3fc;
    padding: 2em;
    margin: -2em -2em 1em
}
.form-group.blue_background.extra_top {
    padding-top: 4.6em;
    margin-top: -4.6em
}
.powered_by {
    text-align: center;
    margin: 2em
}
.thank_you,
.for_your_gift {
    color: #7e7b7b;
    text-align: center;
    padding-bottom: 4em
}
.thank_you h1,
.for_your_gift h1 {
    border: 0;
    font-size: 2.7em;
    font-weight: 800;
    margin-bottom: -0.2em;
    letter-spacing: normal
}
.thank_you h2,
.for_your_gift h2 {
    font-size: 2em;
    margin-bottom: 1.5em
}
p.description {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 1em
}
p.small {
    text-align: center
}
.donation_data {
    border-top: 1px solid #7e7b7b;
    border-bottom: 1px solid #7e7b7b;
    padding: 5em;
    margin: 2em 5em
}
.donation_data div {
    margin-bottom: 1em
}
.donation_data .label {
    float: left;
    clear: both
}
.donation_data .value {
    float: right
}
@media all and (max-width: 1000px) {
  .title_image {
    margin: 0;
    margin-left: 55px
  }
  .links {
    left: -19px;
    text-align: center;
    top: 156px
  }
}
@media all and (max-width: 950px) {
    a.zoom img {
        margin: 10px;
        width: 40%
    }
}
@media all and (max-width: 900px) {
  .header.memorial {
    padding: 0 0 32px 0;
  }
  .title_image.memorial {
    margin-top: 0;
  }
  .toggle-icon {
    display: block
  }
  .main {
    top: 0
  }
  .title_image {
    margin: 0 auto;
    padding: 20px;
    float: none
  }
  .of_photos {
    text-align: center
  }
  .babaji {
    margin: 0 auto;
    width: auto;
    float: none;
    padding: 0;
    text-align: center
  }
  .links {
    width: 100%;
    text-align: center;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 32px
  }
  .links br {
    display: none
  }
  .links a {
    white-space: normal;
    padding: 0;
    margin: 0;
    display: block;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #a68c51
  }
  .links #column1,
  .links #column2 {
    float: left;
    width: 46%;
    margin: 0 2%
  }
}
@media all and (max-width: 560px) {
    a.zoom img {
        margin: 10px;
        width: 80%
    }
    body {
        max-width: 100%;
        width: 100%
    }
    .post {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        border-right: none;
        border-left: none
    }
    .post .title, .post .date, .post p {
      padding-left: 20px;
      padding-right: 20px;
    }
}
@media all and (max-width: 480px) {
    .hide_when_small {
        display: none
    }
    h1 {
        letter-spacing: normal
    }
    .links a {
        font-size: 23px
    }
    .links #column1,
    .links #column2 {
        float: none;
        width: 100%;
        margin: 0;
        font-size: 20px
    }
    h1 {
        width: 100%
    }
}
.nyroModalBg {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7
}
.nmReposition {
    position: absolute
}
.nyroModalCloseButton {
    top: -13px;
    right: -13px;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    background: url(../img/close.gif)
}
.nyroModalTitle {
    top: -26px;
    left: 0;
    margin: 0;
    font-size: 1.1em;
    color: #ddd
}
.nyroModalCont {
    position: absolute;
    border: 20px solid white;
    margin: 25px;
    background: #fff;
    z-index: 999
}
.nyroModalCont iframe {
    width: 600px;
    height: 400px
}
.nyroModalError {
    border: 4px solid red;
    color: red;
    width: 250px;
    height: 250px
}
.nyroModalError div {
    min-width: 0;
    min-height: 0;
    padding: 10px
}
.nyroModalLink,
.nyroModalDom,
.nyroModalForm,
.nyroModalFormFile {
    position: relative;
    padding: 10px;
    min-height: 250px;
    min-width: 250px;
    max-width: 1000px
}
.nyroModalImage,
.nyroModalSwf,
.nyroModalIframe,
.nyroModalIframeForm {
    position: relative;
    overflow: hidden
}
.nyroModalImage img {
    vertical-align: top
}
.nyroModalHidden {
    left: -9999em;
    top: -9999em
}
.nyroModalLoad {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff url(../img/ajaxLoader.gif) no-repeat center;
    padding: 0
}
.nyroModalPrev,
.nyroModalNext {
    outline: none;
    position: absolute;
    top: 0;
    height: 60%;
    width: 150px;
    min-height: 50px;
    max-height: 300px;
    cursor: pointer;
    text-indent: -9999em;
    background: transparent url("data:image/gif;base64,AAAA") left 20% no-repeat
}
.nyroModalImage .nyroModalPrev,
.nyroModalImage .nyroModalNext {
    height: 100%;
    width: 40%;
    max-height: none
}
.nyroModalPrev {
    left: 0
}
.nyroModalPrev:hover {
    background-image: url(../img/prev.gif)
}
.nyroModalNext {
    right: 0;
    background-position: right 20%
}
.nyroModalNext:hover {
    background-position: right 20%;
    background-image: url(../img/next.gif)
}
.toggle-icon {
    background: transparent;
    border-radius: .125em;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 50px;
    height: 1em;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    width: 1em
}
.toggle-icon span {
    top: 50%;
    margin: -.0625em 0 0
}
.toggle-icon span,
.toggle-icon span:before,
.toggle-icon span:after {
    border-radius: .1em;
    content: '';
    background: #a68c51;
    display: block;
    height: .125em;
    left: 50%;
    margin-left: -.375em;
    position: absolute;
    transition: .3s all;
    width: .75em
}
.toggle-icon span:before {
    transform: translateY(-0.25em)
}
.toggle-icon span:after {
    transform: translateY(0.25em)
}
.toggle-icon.active span {
    -webkit-animation: transition-menu-middle 0.25s 1 forwards;
    -moz-animation: transition-menu-middle 0.25s 1 forwards;
    -o-animation: transition-menu-middle 0.25s 1 forwards;
    animation: transition-menu-middle 0.25s 1 forwards
}
.toggle-icon.active span:before {
    -webkit-animation: transition-menu-top 0.25s 1 forwards;
    -moz-animation: transition-menu-top 0.25s 1 forwards;
    -o-animation: transition-menu-top 0.25s 1 forwards;
    animation: transition-menu-top 0.25s 1 forwards
}
.toggle-icon.active span:after {
    -webkit-animation: transition-menu-bottom 0.25s 1 forwards;
    -moz-animation: transition-menu-bottom 0.25s 1 forwards;
    -o-animation: transition-menu-bottom 0.25s 1 forwards;
    animation: transition-menu-bottom 0.25s 1 forwards
}
@-webkit-keyframes transition-menu-top {
    50% {
        transform: translateX(0)
    }
    100% {
        transform: rotate(45deg)
    }
}
@-moz-keyframes transition-menu-top {
    50% {
        transform: translateX(0)
    }
    100% {
        transform: rotate(45deg)
    }
}
@-ms-keyframes transition-menu-top {
    50% {
        transform: translateX(0)
    }
    100% {
        transform: rotate(45deg)
    }
}
@keyframes transition-menu-top {
    50% {
        transform: translateX(0)
    }
    100% {
        transform: rotate(45deg)
    }
}
@-webkit-keyframes transition-menu-middle {
    0% {
        background: #a68c51
    }
    50% {
        background: #a68c51
    }
    51% {
        background: transparent
    }
    100% {
        background: transparent
    }
}
@-moz-keyframes transition-menu-middle {
    0% {
        background: #a68c51
    }
    50% {
        background: #a68c51
    }
    51% {
        background: transparent
    }
    100% {
        background: transparent
    }
}
@-ms-keyframes transition-menu-middle {
    0% {
        background: #a68c51
    }
    50% {
        background: #a68c51
    }
    51% {
        background: transparent
    }
    100% {
        background: transparent
    }
}
@keyframes transition-menu-middle {
    0% {
        background: #a68c51
    }
    50% {
        background: #a68c51
    }
    51% {
        background: transparent
    }
    100% {
        background: transparent
    }
}
@-webkit-keyframes transition-menu-bottom {
    50% {
        transform: translateX(0)
    }
    100% {
        transform: rotate(-45deg)
    }
}
@-moz-keyframes transition-menu-bottom {
    50% {
        transform: translateX(0)
    }
    100% {
        transform: rotate(-45deg)
    }
}
@-ms-keyframes transition-menu-bottom {
    50% {
        transform: translateX(0)
    }
    100% {
        transform: rotate(-45deg)
    }
}
@keyframes transition-menu-bottom {
    50% {
        transform: translateX(0)
    }
    100% {
        transform: rotate(-45deg)
    }
}
