.widget-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.widget-item-wrapper {
    flex-basis: 33%;
}

.widget-item {
    padding: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.widget-item-bg-img {
    padding-top: 67%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.widget-item-title {
    font-size: 1.55rem;
    padding: 1rem .25rem .5rem .25rem;
    border-bottom: 1px solid;
    max-width: 82%;
    margin: 0 auto .8rem auto;
}

.widget-item-title h5 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .25rem;
}

.widget-item-title span {
    display: block;
    font-size: 1rem;
}

.vendor-location h6 {
    margin: 1rem 0 0 0;
    font-weight: 800;
}

.widget-item-desc {
    padding: 0 2rem 1rem 2rem;
}

.widget-item-extra {
    padding: 0 3rem 0 3rem;
}

.widget-vendor-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 1rem 0;
}

.vendor-name-wrapper {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid;
}

.widget-vendor-wrapper a {
    margin: 0 .3rem;
    display: flex;
    max-width: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: .2s;
}

.widget-vendor-wrapper svg {
    max-width: 1.5rem;
    width: 100%;
    opacity: 1;
}

.widget-vendor-wrapper a:hover svg {
    opacity: .6;
    transition: .2s;
}

.widget-vendor-extra-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
}

.widget-vendor-extra-wrapper > div {
    flex-basis: 100%;
}

.widget-vendor-extra-wrapper img {
    max-width: 7rem;
}

.widget-small {
    font-size: .85rem;
}

/*merchant profile page styles*/
.merchant-single-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.merchant-col-half {
    flex-basis: 50%;
}

.merchant-col-half h1 {
    margin-top: 3rem;
}

.merchant-col-half:nth-of-type(odd) {
    padding-right: 3rem;
}

.merchant-col-full {
    flex-basis: 100%;
}

.map-section-padding {
    padding-top: 50px;
}

.map-section-padding h2 {
    text-align: center;
}

.entry-title {

}

.entry-address {
    font-size: 1.75rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.entry-page-content {

}

.entry-address-primary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.merchant-social-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 1rem 0;
}

.merchant-social-wrapper a {
    margin: 0 .3rem;
    display: flex;
    max-width: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    transition: .2s;
}

.merchant-social-wrapper svg {
    max-width: 1.5rem;
    width: 100%;
    opacity: 1;
}

.merchant-social-wrapper a:hover svg {
    opacity: .6;
    transition: .2s;
}

.map-lat-long {
text-align: center;
}