.dsm_text_divider .dsm-text-divider-wrapper {
display: flex;
align-items: center;
position: relative;
margin: 0 auto;
}
.dsm-text-divider-before, .dsm-text-divider-after {
font-size: 0;
line-height: 0;
-ms-flex-positive: 1;
flex-grow: 1;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #7EBEC5;
}
.dsm-text-divider-header {
padding-bottom: 0;
-ms-flex-negative: 1;
flex-shrink: 1;
margin: 0 10px;
}
.dsm-text-divider-align-left .dsm-text-divider-before{
display: none;
}
.dsm-text-divider-align-right .dsm-text-divider-after{
display: none;
}.dsm_masonry_gallery,
.dsm_masonry_gallery .grid-item {
border-style: solid;
line-height: 0;
}
.dsm_masonry_gallery .grid-item a {
display: inline-block;
line-height: 0;
}
.dsm_masonry_gallery .grid-item img {
display: block;
max-width: 100%;
}
.dsm_masonry_gallery .et_pb_image_wrap {
display: inline-block;
position: relative;
max-width: 100%;
line-height: 0;
overflow: hidden;
}
.dsm_masonry_gallery .dsm-overlay:before,
.et-db #et-boc .et-l .dsm_masonry_gallery .dsm-overlay:before {
content: none;
}
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-inner {
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.dsm_masonry_gallery .grid-item .dsm-overlay,
.et-db #et-boc .et-l .dsm_masonry_gallery .grid-item .dsm-overlay {
border: 0;
transition: all .4s;
}
.dsm_masonry_gallery .grid-item a,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-title,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-caption,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-desc {
color: #ffffff;
}
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-desc,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-caption {
line-height: 1.7em;
padding: 0;
}
.dsm_masonry_gallery .grid-item:hover .dsm-overlay,
.et-db #et-boc .et-l .dsm_masonry_gallery .grid-item:hover .dsm-overlay {
opacity: 1;
z-index: 1;
}
.dsm_masonry_zoom_hover .grid-item:hover img {
transition: transform .4s ease-in-out;
transform: scale(1.2);
}
.dsm_masonry_zoom_hover .grid-item img {
transition: transform .4s ease-in-out;
}
.et_overlay {
z-index: -1;
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: hsla(0, 0%, 100%, .9);
opacity: 0;
pointer-events: none;
-webkit-transition: all .3s;
transition: all .3s;
border: 1px solid #e5e5e5;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased
}
.et_overlay:before {
color: #2ea3f2;
content: "\E050";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 32px;
-webkit-transition: all .4s;
transition: all .4s
}.dsm_business_hours_child>div,
.dsm_business_hours_item_wrapper,
.dsm-business-hours-header,
.dsm-business-hours-description {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.dsm_business_hours_item_wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.dsm-business-hours-header {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.dsm-business-hours-title {
padding-bottom: 0;
font-size: 14px;
line-height: 1em;
color: #333
}
.dsm-business-hours-separator {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-left: 10px;
margin-right: 10px;
border-bottom-style: none;
border-bottom-width: 2px;
height: 0;
}
.dsm-business-hours-description {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.dsm-business-hours-price {
font-size: 14px;
}
.dsm-business-hours-image {
max-width: 50%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 25px;
line-height: 0
}
.dsm-business-hours-image img {
border-style: solid;
border-color: #333333;
}
.et_pb_column .dsm_business_hours_child.et_pb_module {
margin-bottom: 0 !important;
}