body,html {
    height:100vh;
}
body {
	font-family: 'Montserrat', sans-serif;
	/*padding-top:70px;
	padding-bottom:30px;*/
	color: #8b8a8d;
    position: relative;
    padding-bottom:100px;
}
.navbar {
    border-bottom: 1px solid transparent;
    border-top: none;
}
.alert.alert-warning.alert-mkd {
    margin-bottom: 0;
    border-radius: 0;
    padding: 10px 15px;
    color: #fff;
    background-color: rgba(83,39,115,100);
    border-color: rgba(83,39,115,50);
}
.alert.alert-warning.alert-mkd h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
.alert.alert-warning.alert-mkd p {
    margin-bottom: 0;
}
a {
    color:#532773;
}
a:hover {
    color:#663399;
}
a.edit-obit-icon {
    position: absolute;
    right: 20px;
    top: 5px;
    padding: 4px 7px;
    background-color: rgba(255,255,255,.5);
    border-radius: 3px;
}
.label.label-mkd {
    padding-top:.3em;
    background-color: #532773;
}
.panel-title {font-size: inherit;}
.panel-title a {
    display: block;
	width: 100%;
    height: 100%;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: rgba(83,39,115,.5);
    border-color: rgba(83,39,115,.4);
}
.panel-default {
    border-color: rgba(83,39,115,.4);
}
h2 span.small {
    color: #fff;
    text-transform: capitalize;
}

/* Set the size of the div element that contains the map */
.google-map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}
h1 {
    margin-top:0;
	font-size:28px;
}
section.home-announcement {
	padding-bottom:0;
}
.row.vcenter {
    display: flex;
    align-items: center;
}
.row-custom {
  margin-left: calc(4.166666% - 15px);
  margin-right: calc(4.166666% - 15px);   
}
.pb20 {
    padding-bottom: 20px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb10 {
    margin-bottom: 10px;
}
.staff img {
    border-bottom: 10px solid #8b8a8d;
    margin-bottom: 4px;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-color: #532773;
    border:none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color:#663399;
    border:none;
}
.tab-content>.active {
    /*border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
    padding: 20px;
}
.full-width {
    margin: 0 -15px -20px -15px;
}
.navbar {margin-bottom:0;border-radius:0;background-color: transparent;}
.navbar-nav {margin-top: 35px;}
.navbar-brand {
    height:auto;
}
.navbar-brand>img {
    display: block;
    height: 80px;
}
a.live-stream,
a.send-flowers {
    position: relative;
    float: right;
    clear:right;
    margin-top: 5px;
}
a.send-flowers {
    margin-top: 10px;
    clear:none;
}
a.live-stream.mobile,
a.send-flowers.mobile {
    background-color: #532773;
    color: #fff;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top:0;
    margin-bottom:0px;
}
a.send-flowers.mobile {
    margin-bottom:1px;
}
a.btn-all-obits {
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
}
div#nav-mobile {
    position: absolute;
    top: calc(50% - 25px);
    right: 40px;
}
div#nav-mobile a {
    font-size: 30px;
    color: #8b8a8d;
}
.overlay-menu {
    display:none;
}
.overlay-menu.open {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(153,153,153,.9);
    padding: 100px 50px;
    z-index: 1000;
}
.overlay-menu ul {
    list-style:none;
    padding:0;
}
.overlay-menu .close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 10001;
    opacity: initial;
}
.overlay-menu .close a {
    color: #fff;
}
.overlay-menu .overlay-search {
    margin-bottom:40px;
}
.overlay-menu .overlay-search .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.overlay-menu .overlay-search .form-group input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.overlay-menu ul a {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}
.nav-tabs>li>a {
    color:#8b8a8d;
}
.navbar-default .navbar-nav>li>a {
    font-size:13px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #532773;
    color: #fff;
}
.cart h4,
.cart h5,
.cart h6 {
    margin-bottom:0;
}
.cart h3 {
    margin-top:0px;
}
.cart .cart-btns {
    padding-top:20px;
}
.locations,
.tabbed-content {
    background-color: #e3e6e8;
    padding-bottom: 40px;
}
.locations .tab-content,
.tabbed-content .tab-content{
    background-color: #fff;
    border-bottom: 10px solid #8b8a8d;
    margin-bottom: 50px;
}
section {
	padding-top: 40px;
	padding-bottom: 20px;
}
section.home-banner {
    position:relative;
	padding-top:0;
	height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
section.home-banner.large {
	height: 530px;
}
section.home-banner.bottom {
	background-position: bottom center;
}
.home-banner .banner-content {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 10%;
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
}
.home-banner .banner-content h1 {
    font-size: 35px;
    text-shadow: 2px 2px 2px rgba(35,35,35,0.70);
}
section.home-intro {
    padding-bottom:30px;
}
.home-intro img {
    width:100%;
    height:auto;
    margin-top:5px
}
.home-intro .intro {
    border-left: 1px solid #8b8a8d;
}

/*MODAL*/
.modal-header {padding:0;}
.modal-header .bg-purple {padding: 10px 0 10px 10px;background-color:#532773;margin-right:-1px;}
.modal-header h4 {color:#fff;}
.modal-header .close {
    margin-top: -3px;
    margin-right: 10px;
    font-size: 30px;
    font-weight: 400;
    color:#fff;
}
.modal-body {margin-top:50px;}
#policies .modal-body {margin-top:0px;}
.modal-body img {
    /*margin-left: -30px;*/
    width: 100%;
    margin-bottom: 20px;
}
.modal-footer {border-top:none;}

.obituaries,.pricing {padding:40px 0; background-color:#e3e6e8;margin-bottom:-20px;}
.pricing {padding: 30px 0;}
.locations .obituaries {
    padding:0;
    background-color: transparent;
    margin-bottom: -20px;
}
.obituaries .obituary-header,
.staff .staff-header,
.pricing .pricing-header {
    background-color:#8b8a8d;
    margin-bottom:10px;
    position:relative;
}
.pricing .pricing-header {margin-bottom:30px;}
.obituaries .obituary-header h2,
.staff .staff-header h2,
.pricing .pricing-header h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    margin:0;
}
.obituaries .obituary-search {}
.obituaries .row.obit-list {
    padding-top:10px;
    display: flex;
    flex-wrap: wrap;
}
.obituaries .row.obit-list:after, .obituaries .row.obit-list:before {
  display: none;
}
.obituaries .row.obit-list > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.obituaries .obituary-item {
    /*float: left;*/
    width:100%;
    border-bottom: 10px solid #8b8a8d;
    padding-bottom:10px;
    background-color: #fff;
    margin-bottom:20px;
}
.obituaries .obituary-item .image {
    height: 390px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
}
.obituaries .obituary-item .image.no-pic {
    background-size: contain;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,.1);
}
.obituaries .obituary-item .item-detail {display: block;float: left;padding: 10px 10px 0 10px;width: 100%;text-align:center;}
.obituaries .obituary-item .item-detail .date {display: block;width: 50px;float: left;}
.obituaries .obituary-item .item-detail .date .cal {display: block;width: 100%;height: auto;text-align: center;border-radius: 11px;border: 2px solid #8b8a8d;}
.obituaries .obituary-item .item-detail .date .cal .month {display: block;background-color: #8b8a8d;margin-top: 0px;color: #fff;text-transform: uppercase;font-size: 12px;font-weight: 500;border-top-left-radius: 8px;border-top-right-radius: 8px;}
.obituaries .obituary-item .item-detail .date .cal .day {display: block;background-color: #fff;font-weight: 700;color: #8b8a8d;font-size: 20px;line-height: 28px;border-bottom-left-radius: 11px;border-bottom-right-radius: 11px;}
.obituaries .obituary-item .item-detail .date-mobile {display:none;padding-left:10px;padding-right:10px;}
.obituaries .obituary-item .item-detail .date-mobile p {
    color:#8b8a8d;
}
.obituaries .obituary-item .item-detail .name {display: block;float: left;padding: 0;}
.obituaries .obituary-item .item-detail .name.full {width:100%;}
.obituaries .obituary-item .item-detail .name h4 {margin: 0;color: #8b8a8d;font-size: 20px;line-height: 20px;}
.obituaries .obituary-item .view-details {float: left;display: block;margin-top: 10px;color:#8b8a8d;padding: 10px 10px 0 10px;width:100%;text-align:center;}
.obituaries .obituary-item .item-detail .date-text {
    display: block;
    float: left;
    margin-top: 0px;
    width: 100%;
    color: #8b8a8d;
}
.obituaries .obituary-item .item-detail .view-tribute {margin-top:8px;}


section.home_features {}
section.home_features .feature {
    margin-bottom: 10px;
    float: left;
}
section.home_features .feature .image {
    display: block;
    float: left;
    width: 100%;
}
section.home_features .feature .image img {
    width: 100%;
}
section.home_features .feature .title {
    background-color: #8b8a8d;
    height: 30px;
    display: block;
    float: left;
    width: 100%;
}
section.home_features .feature .title a {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 13px;
    text-decoration: none;
}
section.obituary-detail {
    background-color:#e3e6e8;
    padding-bottom:40px;
}
.obituary-detail .image-card {
    /*padding-top:380px;*/
    background-color:#fff;
    border-bottom: 10px solid #8b8a8d;
}
.obituary-detail .image-card .image {
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 330px;
    display: block;
}
.image-card .image a {
    width: 100%;
    height: 100%;
    position: absolute;
}
.obituary-detail .image-card .info {
    padding:10px 10px 0 10px;
}
.obituary-detail .image-card .info span {
    white-space: nowrap;
}
.obituary-detail .image-card .info h1 {
    margin-top:0;
    color:#8b8a8d;
    font-size:26px;
    margin-bottom:10px;
}
.obituary-detail .image-card .info h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.obituary-detail .obituary {
    background-color:#fff;
    padding-bottom:20px;
    padding-top:20px;
    border-bottom: 10px solid #8b8a8d;
}

.product-list .row {
    padding-top:10px;
    display: flex;
    flex-wrap: wrap;
}
.product-list .row:after, .product-list .row:before {
  display: none;
}
.product-list .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.product-list .product {
    margin-bottom:50px;
}
.product .image {}
.product .image img {
    width:100%;
    height:auto;
}

.product .info {}
.product .info p {
    font-size:12px;
}
.product .info a.btn {
    margin-top: 4px;
}
/* Footer */
.full {
    width: 100%;    
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.cart_totals {
    border-top: 1px;
    border-top-color: rgba(34,34,34,0.15);
    border-top-style: solid;
}
.footer {
	background: #8b8a8d;
	height: auto;
    /*margin-top:40px;
	padding-bottom: 30px;*/
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
    color:#ffffff;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	color: #ffffff;
    display:inline;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer ul li a:hover,
.nav>li>a:hover {
    text-decoration: none;
    background-color:transparent;
}
.footer ul li {
    margin-top:0;
}
.footer a {
	color: #ffffff
}
.footer ul li a {
    color: #808080;
}
.footer ul li a i {
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #fff;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #ffffff !important;
}
.footer-bottom {
	background: #8b8a8d;
	border-top: 1px solid #8b8a8d;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}

/**! 17. Boxes **/
.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-bottom: 30px;
}
.boxed.boxed--lg {
  padding: 2.78571429em;
}
.boxed.boxed--sm {
    /*padding: 1.23809524em;*/
    padding: 1.5em 3.5em 4em 3.5em;
}
.boxed.boxed--border {
    border: 1px solid #ececec;
    border-radius: 6px;
    background-color: #ffffff;
}
.boxed > div[class*='col-']:first-child:not(.boxed) {
  padding-left: 0;
}
.boxed > div[class*='col-']:last-child:not(.boxed) {
  padding-right: 0;
}
img + .boxed {
  margin-top: -1.85714286em;
}
@media all and (max-width: 767px) {
  .boxed {
    padding: 1.23809524em;
    margin-bottom: 15px;
  }
  .boxed.boxed--lg {
    padding: 1.23809524em;
  }
  .boxed div[class*='col-']:not(.boxed) {
    padding: 0;
  }
  .boxed:last-child {
    margin-bottom: 15px;
  }
}


/**! 38. Boxed Layout **/
@media all and (min-width: 1280px) {
  body.boxed-layout {
    padding: 3.71428571em 0;
    background: #ededed;
  }
  body.boxed-layout section:not([class*='bg-']):not(.imagebg),
  body.boxed-layout footer:not([class*='bg-']):not(.imagebg),
  body.boxed-layout nav:not([class*='bg-']):not(.bar--transparent):not(.bar--absolute),
  body.boxed-layout .tabs-container:not([class*='bg-']):not(.imagebg) {
    background: #ffffff;
  }
  body.boxed-layout .nav-container,
  body.boxed-layout .main-container,
  body.boxed-layout > section,
  body.boxed-layout nav {
    max-width: 1280px;
    margin: 0 auto;
  }
}


/*! -- Stack Pricing -- */
.pricing {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    position: relative;
    min-height: 332px;
    padding-top: 3.0em !important;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: 95% 10px;
}
.pricing.no-min-height {
    min-height: auto;
}
.pricing h3:first-child {
  margin: 0;
}
.pricing .label {
  top: 2.78571429em;
  right: 2.78571429em;
}
.pricing .h2 {
  margin-bottom: 0.3939393939394em;
}
.pricing ul li:not(:last-child) {
  margin-bottom: 0.46428571em;
}
.pricing ul li .checkmark + span {
  position: relative;
  bottom: 3px;
}
.pricing:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.pricing .h1 {
    /*font-size: 4.21428571428571em;*/
    line-height: 1.10169491525424em;
    margin-bottom: 0.22033898305085em;
    color:#532773;
    font-size: 44px;
}
.pricing .h1 .pricing__dollar {
  font-size: 0.51020408163265em;
  position: relative;
  bottom: 20px;
}
.pricing .h1 sup {
    top: -.2em;
}
.pricing h4 {
    text-transform: uppercase;
    color:#532773;
}
.pricing a.btn {
    color: #fff;
    background-color: #532773;
}
.pricing.pricing-1.boxed.boxed--border.boxed--sm:hover {
    transform: scale(1.05);
}
.pricing a.btn.purple {}
.pricing a.btn.gray {background-color: #b3b1b2;}
.pricing a.btn.gray-light {background-color: #c8c6c7;}
.pricing a.btn.gray-dark {background-color: #8b8a8d;}
.pricing a.btn.btn--mkd {
    color: #ffffff;
    text-transform: uppercase;
}
.pricing .feature-6 p {
  min-height: 5.57142857em;
}
.pricing-1 .btn:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
  padding: 0.92857143em 0;
  margin: 0;
}
.pricing-1 .btn:last-child:hover {
  transform: none !important;
}
.pricing-1 ul {
  margin-bottom: 5.57142857em;
}
.pricing-1 p {
  min-height: 5.57142857em;
    font-size:12px;
}
.pricing-1 p {
    min-height: auto;
}
.pricing-1 p:first-of-type {
  margin-top: 1.85714286em;
}
.pricing-1 p:last-of-type {
    margin-bottom: 2em;
    margin-top: 1em;
}
.pricing-1 img + p:first-of-type {
  margin-top: 0;
}
.pricing.location {
    padding: 0 0 4em 0 !important;
    min-height: unset;
}
.pricing.location img {
    height: 180px;
    object-fit: cover;
}
@media all and (max-width: 480px) {
    .pricing.location img {
        height: 110px;
    }
    .pricing.location .btn {
        font-size: 12px;
        line-height: 1.4em !important;
    }
}
@media all and (min-width: 991px) {
  .pricing-2 ul:first-child {
    margin-top: 4.64285714em;
  }
}
@media all and (max-width: 990px) {
  .pricing-2 {
    text-align: center;
  }
  .pricing-2 ul:first-child {
    margin-top: 1.85714286em;
  }
}
.pricing-3 {
  border: 1px solid #ececec;
  border-radius: 6px;
}
.pricing-3 .pricing__head {
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.pricing-3 .pricing__head + .btn {
  display: block;
  border-radius: 0;
  padding: 0.92857143em 0;
}
.pricing-3 ul {
  border-radius: 0 0 6px 6px;
}
.pricing-3 ul li {
  padding: 0.92857143em 0;
}
.pricing-3 ul li:not(:last-child) {
  border-bottom: 1px solid #ececec;
  margin: 0;
}
.pricing-3 ul:last-child {
  margin: 0;
}

.google_reviews .WidgetTitle__Header-sc-ruy1gu-2.iFEZzR {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #8b8a8d;
}
@media all and (max-width: 990px) {
  .pricing-3 {
    margin-bottom: 1.85714286em;
  }
}
@media all and (min-width: 768px) {
  .pricing-section-1 .pricing:not(.boxed--emphasis) {
    left: 0.92857143em;
  }
  .pricing-section-1 .pricing.boxed--emphasis {
    right: 0.92857143em;
  }
}
@media all and (min-width: 990px) {
  .pricing-section-2 div[class*='col-'] {
    padding: 0;
  }
  .pricing-section-2 div[class*='col-']:not(:first-child):not(:last-child) .pricing__head {
    border-radius: 0;
  }
  .pricing-section-2 div[class*='col-']:first-child .pricing {
    border-radius: 6px 0 0 6px;
  }
  .pricing-section-2 div[class*='col-']:first-child .pricing .pricing__head {
    border-radius: 6px 0 0 0;
  }
  .pricing-section-2 div[class*='col-']:last-child .pricing {
    border-radius: 0 6px 6px 6px;
    border-right: 1px solid #ececec;
  }
  .pricing-section-2 div[class*='col-']:last-child .pricing .pricing__head {
    border-radius: 0 6px 0 0;
  }
  .pricing-section-2 .pricing {
    border: 1px solid #ececec;
    border-radius: 0 0 0 6px;
    border-right: none;
  }
  .pricing-section-2 .pricing:hover {
    box-shadow: none;
  }
  .pricing-section-2 .pricing ul {
    margin: 0;
  }
}
.pricing-section-2.bg--dark .pricing,
.pricing-section-2.bg--dark .pricing .pricing__head,
.pricing-section-2.bg--dark .pricing ul li:not(:last-child),
.pricing-section-2.bg--dark div[class*='col-']:last-child .pricing {
  border-color: #3f3f3f;
}
.pricing-section-2.imagebg .pricing,
.pricing-section-2.imagebg .pricing .pricing__head,
.pricing-section-2.imagebg .pricing ul li:not(:last-child),
.pricing-section-2.imagebg div[class*='col-']:last-child .pricing {
  border-color: rgba(255, 255, 255, 0.2);
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #532773;
    border-color: #532773;
}
.pagination>li>a, .pagination>li>span {
    color:#8b8a8d;
}

/* BASIC TRIBUTE PHOTOS */
ul.tribute-photos {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tribute-photos li {
  height: 30vh;
  /*flex-grow: 1;*/
}

ul.tribute-photos li:last-child {
  /* There's no science in using "10" here. In all my testing, this delivered the best results.*/
  flex-grow: 10;
}

ul.tribute-photos li img {
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border: 1px solid #fff;
}

/* ADVANCED */

/* Portrait */

@media (max-aspect-ratio: 1/1) {
  ul.tribute-photos li {
    height: 30vh;
  }
}

/* Short screens */

@media (max-height: 480px) {
  ul.tribute-photos li {
    height: 80vh;
  }
}

/* Smaller screens in portrait */

@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  ul.tribute-photos {
    flex-direction: row;
  }

  ul.tribute-photos li {
    height: auto;
    width: 100%;
  }
  ul.tribute-photos li img {
    width: 100%;
    max-height: 45vh;
    min-width: 0;
  }
}