/*======================================
Theme Name: justfur-babies
Template: Divi
*/
/* =Theme customization starts here
------------------------------------------------------- */

/* ALIGN BUTTONS TO BOTTOM */
.ss_row_align_buttons .et_pb_column {
padding-bottom:30px;
}
 
.ss_row_align_buttons .et_pb_button_module_wrapper {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

/* VERTICALLY CENTER ITEM IN SHOP MODULE */
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}


/*CENTER IMAGES ON TESTIMONIALS */
@media screen and (max-width: 800px) { .wpmtst-testimonial-image.testimonial-image {
	float: none !important;
	text-align: center;
} }


/*COLLAPSABLE MENU ON MOBILE*/
.et_mobile_menu .first-level > a {
	background-color: transparent;
	position: relative;
}

.et_mobile_menu .first-level > a:after {
	font-family: 'ETmodules';
	content: '\3b';
	font-weight: normal;
	position: absolute;
	font-size: 16px;
	top: 13px;
	right: 10px;
}

.et_mobile_menu .first-level > .switched-icon:after{
	content: '\3a';
}

.child-item {
	display: none;
}

.show-menu-items {
	display: block;
}

