/* Start of MA Business Hours */


.ma-el-business-hour-content {
    border-radius: 5px;
}
.ma-el-business-hour ul,
.ma-el-business-hour ol {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ma-el-business-hour li {
    color: #78909c;
    font-size: 15px;
    font-weight: 500;
    margin: 1px 0px;
    float: left;
    list-style: none;
    line-height: 24px;
    padding: 8px 15px;
    position: relative;
    width: 100%;
    z-index: 0;
}
.ma-el-business-hour li time {
    position: relative;
}
.ma-el-business-hour li time:first-child {
    padding-right: 20px;
}
.ma-el-business-hour li time:first-child:before {
    content: "-";
    position: absolute;
    right: 4px;
    top: -3px;
}
.ma-el-business-hour-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
}
.closed,
.premiumvisual-time {
    color: #e92d5c;
}

.style-default.ma-el-business-hour .ma-el-business-hour-content {
    margin: 0 auto;
    max-width: 500px;
}
.style-default.ma-el-business-hour li span {
    padding: 0 3px;
}
.style-default.ma-el-business-hour li:before {
    content: "";
    border: 1px dotted #78909c;
    height: 1px;
    width: 100px;
    left: 320px;
    top: 50%;
    margin: -0.5px 0 0 -50px;
    position: absolute;
    z-index: -1;
}

.ma-el-business-hour.solid-bg-color .ma-el-business-hour-content {
    padding: 10px;
}
.ma-el-business-hour.solid-bg-color li {
    border-bottom: 2px solid #eceff1;
    padding: 8px 0 9px;
	list-style: none;
}
.ma-el-business-hour.solid-bg-color li:first-child {
    padding-top: 0;
}
.ma-el-business-hour.solid-bg-color li:last-child,
.ma-el-business-hour.content-corner-btn li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.ma-el-business-hour.solid-bg-color li i {
    color: #4b00e7;
    margin-right: 5px;
}

.ma-el-business-hour.content-bg-image .ma-el-business-hour-content {
    display: flex;
    align-items: center;
    padding: 3rem 15px 4rem;
}
.ma-el-business-hour.content-bg-image li {
    text-align: center;
	list-style: none;
}
.ma-el-business-hour.content-bg-image li span,
.ma-el-business-hour.table-reservation li span {
    float: none !important;
}
.ma-el-business-hour.content-bg-image .ma-el-business-duration {
    font-weight: 600;
}

.ma-el-business-hour.content-corner-btn .jltma-row {
    margin: 0;
}
.ma-el-business-hour.content-corner-btn [class*="col"],
.ma-el-business-hour.table-reservation [class*="col"] {
    padding: 0;
}
.ma-el-business-hour.content-corner-btn .ma-el-business-hour-content {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 3.75rem 2.8125rem;
    position: relative;
}
.ma-el-business-hour.content-corner-btn .ma-el-business-hour-title {
    text-align: left;
}
.ma-el-business-hour.content-corner-btn li {
    border-bottom: 2px solid #eceff1;
    font-weight: 600;
    padding: 8px 0 9px;
	list-style: none;
}
.ma-el-business-hour.content-corner-btn .ma-el-business-hour-content-bottom {
    color: #4b00e7;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    bottom: 0;
    padding-left: 2.8125rem;
    position: absolute;
    width: 100%;
}
.ma-el-business-hour.content-corner-btn .ma-el-business-hour-content-bottom span {
    padding-top: 13px;
}
.ma-el-business-hour.content-corner-btn .ma-el-business-hour-btn {
    background: #4b00e7;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 55px;
    padding: 0 1.5rem;
    text-transform: capitalize;
}

.ma-el-business-hour.table-reservation .jltma-row {
    align-items: center;
    margin: 0;
}
.ma-el-business-hour.table-reservation img {
    border-radius: 5px;
}
.ma-el-business-hour.table-reservation .ma-el-business-hour-content {
    background: #fff;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
.ma-el-business-hour.table-reservation .ma-el-business-hour-content-details {
    padding-bottom: 1.5rem;
}
.ma-el-business-hour.table-reservation .ma-el-business-reservation-title {
    background: #383844;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 1.5rem 1rem;
    text-transform: uppercase;
}
.ma-el-business-hour.table-reservation .ma-el-business-hour-title {
    margin: 2rem 0 1rem;
}
.ma-el-business-hour.table-reservation .ma-el-business-hour-list {
    font-weight: 600;
    padding: 0;
}
.ma-el-business-hour.table-reservation .ma-el-business-hour-btn {
    background: #4b00e7;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
}
.ma-el-business-hour.full-bg-image li {
    border-bottom: 1px solid #cfd8dc;
    font-weight: 600;
    padding: 8px 0 9px;
	list-style: none;
}
.ma-el-business-hour.full-bg-image li:last-child {
    border-bottom: none;
}
.ma-el-business-hour .ma-el-business-hour-btn {
    border-radius: 3rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 1rem;
    padding: 0 2.5rem;
    text-transform: uppercase;
}
.content-corner-btn .ma-el-business-hour-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media (min-width: 992px) {
    .ma-el-business-hour.table-reservation .ma-el-business-hour-content {
        margin-left: -45px;
        width: calc(100% + 45px);
    }
}

/* End of MA Business Hours */