/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/


.container,
.et_pb_row{
    width: 90%;
    max-width: 1270px;
}


.footerLinks ul li {
    margin-bottom: 12px;
}
.footerLinks ul {
    padding: 0;
}

.footerLinks ul {
    list-style: none;
    column-count: 2;
}
table.hours-table tr td {
    padding: 7px 0 !important;
}

table.hours-table {
    width: 100%;
}
table.hours-table tr td {
    width: 50%;
}

.videoBG:before {
    content: '';
    background: rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 0;
}

.cs-tag h4 {
    margin: 0;
    padding: 7px 20px;
}
.cs-tag {
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 20px;
}
.headerIcon  .et_pb_blurb_container {
    padding-left: 0 !important;
}

.inlineButton .et_pb_column {
    display: flex;
    justify-content: center;
    gap: 20px;
}