/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e8c1f571983640f3991e8e60adbefaec, 
.items_dc135f2aa7ac4f7a8569bad59486ed20,
.items_e359584fbe6e4447a57535b829f5e56e,
.items_bd4fd554d5fa40bc987e790a1ca795f3 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e8c1f571983640f3991e8e60adbefaec > .item, 
.items_dc135f2aa7ac4f7a8569bad59486ed20 > .item,
.items_e359584fbe6e4447a57535b829f5e56e > .item,
.items_bd4fd554d5fa40bc987e790a1ca795f3 > .item {
	display: flex;
	flex-direction: column;
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    
   .blockWrap_bfbbd6f56308423fb97ecc174c433e38, .blockWrap_d824668147384f3c98130fab9136584d {
        padding-bottom:40px !important;
    }
}

/* Equalize Simple List Blocks - Pin Buttons to Bottom - facials*/ 

/* Change item class here */
.block_a958fd2388a64e289cec374c87340fc3 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.block_a958fd2388a64e289cec374c87340fc3 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.block_a958fd2388a64e289cec374c87340fc3 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.block_a958fd2388a64e289cec374c87340fc3 > .item p {
    margin-bottom: 20px;
}