h4.lr-card-title {
    font-weight: 600;
}


/* Base font size for desktop */
.mmTitle {
    font-size: 28px;
    font-weight: 600;
}

.mmTitleMobile {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.lr-button.mmButton + .lr-button.mmButton {
    margin-top: 1em;
}

.lr-button.mmButton {
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: 2.75em;
    line-height: 2.5em;
    text-transform: uppercase;
    padding: 0 1em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px rgba(139, 66, 8, 1), inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(10, 10, 10);
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}

.lr-button.mmButton:focus,
.lr-button.mmButton:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
    border: 1px solid rgba(165, 93, 7, .6);
    color: rgb(10, 10, 10);
}

.lr-button.mmButton:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4),
    inset 0 -2px 5px 1px #b17d10,
    inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.lr-card-footer {
    background: #ffffff;
    border-top: none;
}

.lr-accordion {
    margin-top: 40px;
}

.lr-accordion .lr-card {
    border: none;
    margin-bottom: 20px;
}

/* TODO: convert images to base64 before uploading */

.lr-accordion .lr-card h2 {
    background: url("") no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
}

.lr-accordion .lr-card h2.lr-collapsed {
    background-image: url("");
}

.lr-accordion .lr-card-body {
    padding-left: 0;
    padding-right: 0;
}

.mmAccordionIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-right: 10px;
}

.lr-card {
	border: 0 !important;
]
