.pagination {
    display: none;
}

.et-db #et-boc .et-l .et_pb_post {
    margin-bottom: 20px !important;
}



 /*Wide Format*/
.wpd-lm-article-container {
    display: grid;
    grid-template-columns: 5fr 170px;
    align-content: center;
    align-items: center;
    column-gap: 20px;
}

.wpd-lm-article-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}




/*All Formats*/
.wpd-lm-article-container {
    padding: 15px;
    background: #f5f5f5;
    transition: all 0.5s ease;
}



.wpd-lm-article-container:hover {
    background: #eaeaea;
}


.wpd-lm-article-location {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 7px;
    color: black;
}

.et-db #et-boc .et-l .wpd-lm-article-address, .et-db #et-boc .et-l .wpd-lm-article-phone {
    font-size: 14px !important;
    line-height: 14px;
    margin-bottom: 8px;
    margin-left: 20px;
    font-weight: 400;
    font-style: italic;
}

.wpd-lm-article-directions {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.et-db #et-boc .et-l .wpd-lm-article-buttons a {
    font-size: 14px;
    color: white;
    background: #df822c;
    line-height: 16px;
    padding: 10px 10px;
    border-radius: 23px;
    text-align: center;
    width: 170px;
    display: inline-block;
}

.wpd-lm-article-website {
    margin-bottom: 10px;
}

#wpd-search-and-filter input,
#wpd-search-and-filter select {
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    color: black;
    padding: 5px;
}

#wpd-search-and-filter .searchandfilter label {
    display: inline-block;
    width: 100%;
}


/* Grid Format*/

/*.wpd-lm-article-container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*    align-content: center;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*a.wpd-lm-article-info {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*    align-content: center;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.wpd-lm-article-address {*/
/*    text-align: center;*/
/*}*/

/*.wpd-lm-article-buttons {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*    align-content: center;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.wpd-lm-article-buttons > div {*/
/*    margin: 5px;*/
/*}*/

/*.wpd-lm-article-buttons a {*/
/*    display: inline-block;*/
/*}*/


