.bounce {
    transform-origin: center bottom;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -webkit-animation-name: bounce;
}

.flash {
    animation-name: flash;
    -webkit-animation-name: flash;
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
}

.rubberBand {
    animation-name: rubberBand;
    -webkit-animation-name: rubberBand;
}

.shake {
    animation-name: shake;
    -webkit-animation-name: shake;
}

.headShake {
    animation-name: headShake;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
}

.swing {
    transform-origin: center top;
    animation-name: swing;
    -webkit-transform-origin: top center;
    -webkit-animation-name: swing;
}

.tada {
    animation-name: tada;
    -webkit-animation-name: tada;
}

.wobble {
    animation-name: wobble;
    -webkit-animation-name: wobble;
}

.jello {
    transform-origin: center 50%;
    animation-name: jello;
    -webkit-transform-origin: center;
    -webkit-animation-name: jello;
}

.heartBeat {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
}

.bounceIn {
    animation-name: bounceIn;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    -webkit-animation-duration: .75s;
}

.bounceInDown {
    animation-name: bounceInDown;
    -webkit-animation-name: bounceInDown;
}

.bounceInLeft {
    animation-name: bounceInLeft;
    -webkit-animation-name: bounceInLeft;
}

.bounceInRight {
    animation-name: bounceInRight;
    -webkit-animation-name: bounceInRight;
}

.bounceInUp {
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
}

.bounceOut {
    animation-name: bounceOut;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    -webkit-animation-duration: .75s;
}

.bounceOutDown {
    animation-name: bounceOutDown;
    -webkit-animation-name: bounceOutDown;
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
    -webkit-animation-name: bounceOutLeft;
}

.bounceOutRight {
    animation-name: bounceOutRight;
    -webkit-animation-name: bounceOutRight;
}

.bounceOutUp {
    animation-name: bounceOutUp;
    -webkit-animation-name: bounceOutUp;
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

.fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
    -webkit-animation-name: fadeInDownBig;
}

.fadeInLeft {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
    -webkit-animation-name: fadeInLeftBig;
}

.fadeInRight {
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
    -webkit-animation-name: fadeInRightBig;
}

.fadeInUp {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
    -webkit-animation-name: fadeInUpBig;
}

.fadeOut {
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
}

.fadeOutDown {
    animation-name: fadeOutDown;
    -webkit-animation-name: fadeOutDown;
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
    -webkit-animation-name: fadeOutDownBig;
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
    -webkit-animation-name: fadeOutLeft;
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
    -webkit-animation-name: fadeOutLeftBig;
}

.fadeOutRight {
    animation-name: fadeOutRight;
    -webkit-animation-name: fadeOutRight;
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
    -webkit-animation-name: fadeOutRightBig;
}

.fadeOutUp {
    animation-name: fadeOutUp;
    -webkit-animation-name: fadeOutUp;
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
    -webkit-animation-name: fadeOutUpBig;
}

.flip.animated {
    backface-visibility: visible;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    -webkit-animation-name: flip;
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX;
    -webkit-backface-visibility: visible;
    -webkit-animation-name: flipInX;
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY;
    -webkit-backface-visibility: visible;
    -webkit-animation-name: flipInY;
}

.flipOutX {
    backface-visibility: visible !important;
    animation-name: flipOutX;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible;
    -webkit-animation-name: flipOutX;
    -webkit-animation-duration: .75s;
}

.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible;
    -webkit-animation-name: flipOutY;
    -webkit-animation-duration: .75s;
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
}

.rotateIn {
    animation-name: rotateIn;
    -webkit-animation-name: rotateIn;
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
    -webkit-animation-name: rotateInDownLeft;
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
    -webkit-animation-name: rotateInDownRight;
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
    -webkit-animation-name: rotateInUpLeft;
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
    -webkit-animation-name: rotateInUpRight;
}

.rotateOut {
    animation-name: rotateOut;
    -webkit-animation-name: rotateOut;
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
    -webkit-animation-name: rotateOutDownLeft;
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
    -webkit-animation-name: rotateOutDownRight;
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
    -webkit-animation-name: rotateOutUpLeft;
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
    -webkit-animation-name: rotateOutUpRight;
}

.hinge {
    animation-name: hinge;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    -webkit-animation-duration: 2s;
}

.jackInTheBox {
    animation-name: jackInTheBox;
    -webkit-animation-name: jackInTheBox;
}

.rollIn {
    animation-name: rollIn;
    -webkit-animation-name: rollIn;
}

.rollOut {
    animation-name: rollOut;
    -webkit-animation-name: rollOut;
}

.zoomIn {
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
}

.zoomInDown {
    animation-name: zoomInDown;
    -webkit-animation-name: zoomInDown;
}

.zoomInLeft {
    animation-name: zoomInLeft;
    -webkit-animation-name: zoomInLeft;
}

.zoomInRight {
    animation-name: zoomInRight;
    -webkit-animation-name: zoomInRight;
}

.zoomInUp {
    animation-name: zoomInUp;
    -webkit-animation-name: zoomInUp;
}

.zoomOut {
    animation-name: zoomOut;
    -webkit-animation-name: zoomOut;
}

.zoomOutDown {
    animation-name: zoomOutDown;
    -webkit-animation-name: zoomOutDown;
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
    -webkit-animation-name: zoomOutLeft;
}

.zoomOutRight {
    animation-name: zoomOutRight;
    -webkit-animation-name: zoomOutRight;
}

.zoomOutUp {
    animation-name: zoomOutUp;
    -webkit-animation-name: zoomOutUp;
}

.slideInDown {
    animation-name: slideInDown;
    -webkit-animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
    -webkit-animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
    -webkit-animation-name: slideInRight;
}

.slideInUp {
    animation-name: slideInUp;
    -webkit-animation-name: slideInUp;
}

.slideOutDown {
    animation-name: slideOutDown;
    -webkit-animation-name: slideOutDown;
}

.slideOutLeft {
    animation-name: slideOutLeft;
    -webkit-animation-name: slideOutLeft;
}

.slideOutRight {
    animation-name: slideOutRight;
    -webkit-animation-name: slideOutRight;
}

.slideOutUp {
    animation-name: slideOutUp;
    -webkit-animation-name: slideOutUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.infinite.animated {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.delay-1s.animated {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-2s.animated {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.delay-3s.animated {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
}

.delay-4s.animated {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
}

.delay-5s.animated {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.fast.animated {
    animation-duration: 0.8s;
    -webkit-animation-duration: .8s;
}

.faster.animated {
    animation-duration: 0.5s;
    -webkit-animation-duration: .5s;
}

.slow.animated {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
}

.slower.animated {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
}

@media not all {
    .animated {
        transition: none !important;
        animation: unset !important;
        -webkit-animation: unset;
        -webkit-transition: none;
        -o-transition: none;
    }
}

.et-fb-modules-list ul > li.et_fb_map_extended::before {
    color: rgb(16, 23, 35);
    font-size: 16px;
    content: "Y";
}

.et-fb-modules-list ul > li.et_fb_map_fullwidth_extended::before {
    color: rgb(16, 23, 35);
    font-size: 16px;
    content: "Y";
}

.et-fb-modules-list li.et_fb_map_extended {
    color: rgb(16, 23, 35);
    background-color: rgb(254, 205, 8);
}

.et-fb-modules-list li.et_fb_map_fullwidth_extended {
    color: rgb(16, 23, 35);
    background-color: rgb(254, 205, 8);
}

.et-fb-modules-list li.et_fb_map_extended:hover {
    background: rgb(255, 179, 71) !important;
}

.et-fb-modules-list li.et_fb_map_fullwidth_extended:hover {
    background: rgb(255, 179, 71) !important;
}

.dwd_map_extended {
    height: 440px;
}

.et_pb_map_pin_extended .dwd_map_pin {
    display: none;
    visibility: hidden;
}

.dwd-map-direction-label {
    overflow: visible !important;
}

.dwd-map-label {
    overflow: visible !important;
}

.et_pb_map_pin_extended.et_pb_module {
    margin-bottom: 0px !important;
}

.dwd-map-direction-label span {
    padding: 5px 10px;
    border-radius: 4px;
    width: auto;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 10px;
    margin-top: 4px;
    margin-left: -50%;
    display: inline-block;
    white-space: nowrap;
    background-color: rgba(80, 80, 80, 0.9);
}

.dwd-map-label span {
    padding: 5px 10px;
    border-radius: 4px;
    width: auto;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 10px;
    margin-top: 4px;
    margin-left: -50%;
    display: inline-block;
    white-space: nowrap;
    background-color: rgba(80, 80, 80, 0.9);
}

.dwd-map-content .dwd-map-pin-email {
    padding-left: 5px;
}

.dwd-map-pin-social {
    padding-top: 5px;
}

.dwd-map-direction-bottom.dwd-map-direction-dialog {
    position: relative;
}

    .dwd-map-direction-bottom.dwd-map-direction-dialog .dwd-map-direction-wrapper {
        background: rgb(238, 238, 238);
        padding: 10px 15px;
        border-radius: 0px;
        width: 100%;
        color: rgb(44, 44, 44);
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .dwd-map-direction-bottom.dwd-map-direction-dialog .dwd-map-location-wrapper {
        width: 50%;
    }

    .dwd-map-direction-bottom.dwd-map-direction-dialog .dwd-map-routeMode {
        width: 20%;
    }

    .dwd-map-direction-bottom.dwd-map-direction-dialog .dwd-map-routeTo {
        width: 20%;
    }

.dwd-map-direction-wrapper {
    padding: 6px 10px;
    border-radius: 2px;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
}

.dwd-map-location-wrapper {
    width: 200px;
    line-height: 1;
    margin-right: 5px;
    display: inline-block;
    position: relative;
}

.dwd-map-routeFrom {
    padding: 4px 8px;
    width: 100%;
}

.dwd-map-routeMode {
    margin-right: 5px;
}

.dwd-map-routeTo {
    margin-right: 5px;
}

.dwd-map-get-address {
    padding: 2px 7px;
    border: 1px solid rgb(187, 187, 187);
    border-image: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

    .dwd-map-get-address .et-pb-icon {
        font-size: 13px;
    }

.dwd-map-marker-listing.dwd_map_extended_child {
    display: block;
    visibility: visible;
}

.dwd_map_extended_child .dwd-marker-listing-thead {
    padding: 9px 24px;
    width: 33.33%;
    color: rgb(85, 85, 85);
    font-weight: 700;
    float: left;
    background-color: rgb(244, 244, 244);
}

.dwd-marker-listing-cell {
    padding: 6px 24px;
    width: 33.33%;
    border-top-color: rgb(238, 238, 238);
    border-top-width: 1px;
    border-top-style: solid;
    float: left;
}

.dwd_map_extended_child {
    margin: 25px 0px 15px;
    border: 1px solid rgb(238, 238, 238);
    border-image: none;
    width: 100%;
    text-align: left;
    display: none;
    visibility: hidden;
}

    .dwd_map_extended_child .dwd_map_thead_main::after {
        width: 0px;
        height: 0px;
        line-height: 0;
        clear: both;
        display: block;
        visibility: hidden;
        content: "";
    }

.et_pb_map_pin_extended_address::after {
    width: 0px;
    height: 0px;
    line-height: 0;
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
}

.dwd-map-direction .dwd-marker-listing-cell {
    width: 25%;
}

.dwd-map-direction .dwd-marker-listing-thead {
    width: 25%;
}

.dwd-marker-category-listing .dwd-marker-listing-cell {
    width: 25%;
}

.dwd-marker-category-listing .dwd-marker-listing-thead {
    width: 25%;
}

.dwd-map-direction .dwd-marker-listing-direction {
    display: flex;
}

.et_pb_map_pin_extended_address {
    display: flex;
}

.dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-cell {
    width: 20%;
}

.dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-thead {
    width: 20%;
}

.dwd-marker-listing-direction span:hover {
    text-decoration: underline;
}

.dwd_map_extended_child .et_pb_map_pin_extended_address {
    transition: 0.3s ease-in-out;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

    .dwd_map_extended_child .et_pb_map_pin_extended_address:hover {
        transition: 0.3s ease-in-out;
        background-color: rgb(244, 244, 244);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

.et_pb_map_pin_extended_address .dwd-map-marker-listing-icon {
    width: 37px;
    padding-right: 15px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.dwd-map-marker-icon-hide .dwd-map-marker-listing-icon {
    display: none;
}

.dwd-map-direction-inside {
    z-index: 1;
}

.dwd-directions > div[jstcache] {
    display: none;
}

    .dwd-directions > div[jstcache]:first-of-type {
        display: block;
    }

.dwd-infowindow {
    background: rgb(255, 255, 255);
    padding: 0px;
    border-radius: 3px;
    margin-top: 8px;
    box-shadow: 0px 2px 47px 5px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 2px 47px 5px rgba(0, 0, 0, .09);
}

    .dwd-infowindow::after {
        margin: 0px auto;
        left: 0px;
        width: 0px;
        height: 0px;
        right: 0px;
        bottom: -10px;
        border-top-color: rgb(255, 255, 255);
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-left-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        position: absolute;
        content: "";
    }

    .dwd-infowindow .dwd-map-container {
        padding: 15px;
    }

    .dwd-infowindow .dwd-map-close {
        font-size: 14px;
        position: absolute;
    }

    .dwd-infowindow img.dwd-map-cover-image {
        max-width: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

.dwd-markercluster {
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    transition: background-color 0.2s ease-in-out;
    border-image: none;
    width: 40px;
    height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    position: absolute;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 140, 255);
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
}

.dwd-markercluster-pulse.dwd-markercluster::after {
    margin: auto;
    border-radius: 50%;
    animation: dwd-cluster-pulse 1.5s infinite;
    left: -2px;
    top: 0px;
    width: 40px;
    height: 40px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
    background-color: rgba(0, 140, 255, 0.4);
    -webkit-animation: dwd-cluster-pulse 1.5s ease 0s infinite;
}

.et_pb_map_extended_6 .dwd-markercluster-pulse.dwd-markercluster {
    box-shadow: 0px 0px 0px rgba(0,0,0,0.84);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .84);
}

.dwd-map-marker-filter-wrapper {
    text-align: right;
}

.dwd-map-marker-filter {
    display: inline-block;
    position: relative;
}

[data-type=select].dwd-map-marker-filter::after {
    border-width: 6px;
    border-style: solid;
    border-color: rgb(102, 102, 102) transparent transparent;
    border-image: none;
    top: 50%;
    width: 0px;
    height: 0px;
    right: 10px;
    margin-top: 3px;
    position: absolute;
    content: "";
    pointer-events: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.et_fb_preview_active--responsive_preview .dwd_map_thead_main {
    display: none;
}

.et_fb_preview_active--responsive_preview :first-child.et_pb_map_pin_extended {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.et_fb_preview_active--responsive_preview .et_pb_map_pin_extended {
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.et_fb_preview_active--responsive_preview .et_pb_map_pin_extended_address {
    padding: 10px 15px;
    display: block;
}

.et_fb_preview_active--responsive_preview .dwd-map-direction .dwd-marker-listing-cell {
    width: 100%;
}

.et_fb_preview_active--responsive_preview .dwd-map-direction .dwd-marker-listing-thead {
    width: 100%;
}

.et_fb_preview_active--responsive_preview .dwd-marker-category-listing .dwd-marker-listing-cell {
    width: 100%;
}

.et_fb_preview_active--responsive_preview .dwd-marker-category-listing .dwd-marker-listing-thead {
    width: 100%;
}

.et_fb_preview_active--responsive_preview .dwd-marker-category-listing.dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-cell {
    display: block;
}

.et_fb_preview_active--responsive_preview .dwd-marker-category-listing.dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-thead {
    display: block;
}

.et_fb_preview_active--responsive_preview .dwd-map-marker-listing .dwd-marker-listing-cell {
    display: block;
}

.et_fb_preview_active--responsive_preview .dwd-map-marker-listing .dwd-marker-listing-thead {
    display: block;
}

.et_fb_preview_active--responsive_preview .dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-cell {
    display: block;
}

.et_fb_preview_active--responsive_preview .dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-thead {
    display: block;
}

.et_fb_preview_active--responsive_preview .et_pb_map_pin_extended_address {
    display: block;
}

.et_fb_preview_active--responsive_preview .dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-cell {
    display: none;
}

.et_fb_preview_active--responsive_preview .dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-thead {
    display: none;
}

.et_fb_preview_active--responsive_preview .dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-cell {
    display: none;
}

.et_fb_preview_active--responsive_preview .dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-thead {
    display: none;
}

.et_fb_preview_active--responsive_preview .dwd-marker-listing-cell {
    padding: 0px;
    width: 100% !important;
    border-top-color: currentColor !important;
    border-top-width: 0px !important;
    border-top-style: none !important;
    float: none;
}

    .et_fb_preview_active--responsive_preview .dwd-marker-listing-cell::before {
        font-weight: 700;
    }

.et_fb_preview_active--responsive_preview .dwd-marker-listing-title::before {
    margin-right: 5px;
    content: attr(data-marker-listing-title)":";
}

.et_fb_preview_active--responsive_preview .dwd-marker-category-listing.dwd-marker-listing-cell::before {
    margin-right: 5px;
    content: attr(data-marker-listing-category)":";
}

.et_fb_preview_active--responsive_preview .dwd-marker-listing-address::before {
    margin-right: 5px;
    content: attr(data-marker-listing-address)":";
}

.et_fb_preview_active--responsive_preview .dwd-marker-listing-description::before {
    margin-right: 5px;
    content: attr(data-marker-listing-description)":";
}

.et_fb_preview_active--responsive_preview .dwd-marker-listing-direction::before {
    margin-right: 5px;
    content: attr(data-marker-listing-direction)": ";
}

@media all and (max-width:980px) {
    .et_pb_column .dwd_map_extended {
        height: 350px;
    }

    .et_pb_fullwidth_section .dwd_map_extended {
        height: 350px;
    }

    .dwd-map-direction-inside {
        width: 100%;
    }

        .dwd-map-direction-inside .dwd-map-direction-wrapper {
            background: rgb(238, 238, 238);
            padding: 10px;
            border-radius: 0px;
            width: 100%;
            color: rgb(44, 44, 44);
            box-shadow: none;
            -webkit-box-shadow: none;
        }

    .dwd-map-location-wrapper {
        width: 100%;
        margin-bottom: 7px;
    }

    .dwd-map-routeMode {
        width: 40%;
    }

    .dwd-map-routeTo {
        width: 40%;
    }

    .dwd-map-routeGo {
        width: 15%;
    }
}

@media all and (max-width:767px) {
    .et_pb_map_extended {
        height: 220px;
    }

    .dwd_map_thead_main {
        display: none;
    }

    :first-child.et_pb_map_pin_extended {
        border-bottom-color: currentColor;
        border-bottom-width: 0px;
        border-bottom-style: none;
    }

    .et_pb_map_pin_extended {
        border-bottom-color: rgb(238, 238, 238);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .et_pb_map_pin_extended_address {
        padding: 10px 15px;
        display: block;
    }

    .dwd-marker-listing-cell {
        padding: 0px;
        width: 100% !important;
        border-top-color: currentColor !important;
        border-top-width: 0px !important;
        border-top-style: none !important;
        float: none;
    }

        .dwd-marker-listing-cell::before {
            font-weight: 700;
        }

    .dwd-marker-listing-title::before {
        margin-right: 5px;
        content: attr(data-marker-listing-title)":";
    }

    .dwd-marker-category-listing.dwd-marker-listing-cell::before {
        margin-right: 5px;
        content: attr(data-marker-listing-category)":";
    }

    .dwd-marker-listing-address::before {
        margin-right: 5px;
        content: attr(data-marker-listing-address)":";
    }

    .dwd-marker-listing-description::before {
        margin-right: 5px;
        content: attr(data-marker-listing-description)":";
    }

    .dwd-marker-listing-direction::before {
        margin-right: 5px;
        content: attr(data-marker-listing-direction)": ";
    }

    .dwd-marker-category-listing.dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-cell {
        display: block;
    }

    .dwd-marker-category-listing.dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-thead {
        display: block;
    }

    .dwd-map-marker-listing .dwd-marker-listing-cell {
        display: block;
    }

    .dwd-map-marker-listing .dwd-marker-listing-thead {
        display: block;
    }

    .dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-cell {
        display: block;
    }

    .dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-thead {
        display: block;
    }

    .dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-cell {
        display: none;
    }

    .dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-thead {
        display: none;
    }

    .dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-cell {
        display: none;
    }

    .dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-thead {
        display: none;
    }
}

@media all and (max-width:479px) {
    .dwd-map-routeGo {
        width: 100%;
    }

    .dwd-map-routeMode {
        width: 100%;
    }

    .dwd-map-routeTo {
        width: 100%;
    }

    .et_pb_column .dwd_map_extended {
        height: 200px;
    }

    .et_pb_fullwidth_section .dwd_map_extended {
        height: 200px;
    }
}

@media all and (min-width:768px) {
    .dwd-marker-category-listing.dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-cell {
        display: flex;
        align-items: center;
    }

    .dwd-marker-category-listing.dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-thead {
        display: flex;
        align-items: center;
    }

    .dwd-map-marker-listing .dwd-marker-listing-cell {
        display: flex;
        align-items: center;
    }

    .dwd-map-marker-listing .dwd-marker-listing-thead {
        display: flex;
        align-items: center;
    }

    .dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-cell {
        display: flex;
        align-items: center;
    }

    .dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-thead {
        display: flex;
        align-items: center;
    }

    .dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-cell {
        display: none;
    }

    .dwd-map-direction .dwd-marker-category-listing.dwd-marker-listing-thead {
        display: none;
    }

    .dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-cell {
        display: none;
    }

    .dwd-marker-category-listing .dwd-marker-listing-direction.dwd-marker-listing-thead {
        display: none;
    }
}

@media all and (min-width:981px) {
    .dwd-map-direction-inside.dwd-map-direction-dialog {
        left: 0px;
        top: 10px;
        width: 80%;
        text-align: center;
        right: 0px;
        line-height: 0;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
    }
}

.puc-debug-bar-panel-v4 pre {
    margin-top: 0px;
}

table.puc-debug-data {
    margin: 0px;
    border-radius: 3px;
    border: 1px solid rgb(223, 223, 223);
    border-image: none;
    width: 100%;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    background-color: rgb(249, 249, 249);
}

    table.puc-debug-data * {
        -ms-word-wrap: break-word;
    }

    table.puc-debug-data th {
        padding: 7px 7px 8px;
        width: 11em;
        text-align: left;
        line-height: 1.3em;
        font-family: Georgia,Times New Roman,Bitstream Charter,Times,serif;
        font-size: 14px;
        font-weight: 400;
        text-shadow: 0px 1px 0px hsla(0, 0%, 100%, 0.804);
    }

    table.puc-debug-data td {
        border-width: 1px 0px;
        border-style: solid;
        text-transform: none;
        border-top-color: rgb(255, 255, 255);
        border-bottom-color: rgb(223, 223, 223);
    }

    table.puc-debug-data th {
        border-width: 1px 0px;
        border-style: solid;
        text-transform: none;
        border-top-color: rgb(255, 255, 255);
        border-bottom-color: rgb(223, 223, 223);
    }

    table.puc-debug-data td {
        padding: 4px 7px 2px;
        color: rgb(85, 85, 85);
        font-size: 12px;
        vertical-align: top;
    }

.puc-ajax-response {
    margin: 5px 0px;
    padding: 0.5em;
    border-radius: 3px;
    border: 1px solid rgb(223, 223, 223);
    border-image: none;
    background-color: rgb(255, 255, 255);
}

.puc-ajax-nonce {
    display: none;
}

.dwd_map_extended {
    height: 440px;
}

.et_pb_map_pin_extended .dwd_map_pin {
    display: none;
    visibility: hidden;
}

.dwd-map-direction-label {
    overflow: visible !important;
}

.dwd-map-label {
    overflow: visible !important;
}

.et_pb_map_pin_extended.et_pb_module {
    margin-bottom: 0px !important;
}

.dwd-map-direction-label span {
    padding: 5px 10px;
    border-radius: 4px;
    width: auto;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 10px;
    margin-top: 4px;
    margin-left: -50%;
    display: inline-block;
    white-space: nowrap;
    background-color: rgba(80, 80, 80, 0.9);
}

.dwd-map-label span {
    padding: 5px 10px;
    border-radius: 4px;
    width: auto;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 10px;
    margin-top: 4px;
    margin-left: -50%;
    display: inline-block;
    white-space: nowrap;
    background-color: rgba(80, 80, 80, 0.9);
}

.gm-style .gm-style-iw .dwd-map-content .dwd-map-pin-email {
    padding-left: 5px;
}

.dwd-map-pin-social {
    padding-top: 5px;
}

.dwd-map-direction-bottom.dwd-map-direction-dialog {
    position: relative;
}

    .dwd-map-direction-bottom.dwd-map-direction-dialog .dwd-map-direction-wrapper {
        background: rgb(238, 238, 238);
        padding: 10px 15px;
        border-radius: 0px;
        width: 100%;
        color: rgb(44, 44, 44);
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .dwd-map-direction-bottom.dwd-map-direction-dialog .dwd-map-location-wrapper {
        width: 50%;
    }

    .dwd-map-direction-bottom.dwd-map-direction-dialog .dwd-map-routeMode {
        width: 20%;
    }

    .dwd-map-direction-bottom.dwd-map-direction-dialog .dwd-map-routeTo {
        width: 20%;
    }

.dwd-map-direction-wrapper {
    padding: 6px 10px;
    border-radius: 2px;
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
}

.dwd-map-location-wrapper {
    width: 200px;
    line-height: 1;
    margin-right: 5px;
    display: inline-block;
    position: relative;
}

.dwd-map-routeFrom {
    padding: 4px 8px;
    width: 100%;
}

.dwd-map-routeMode {
    margin-right: 5px;
}

.dwd-map-routeTo {
    margin-right: 5px;
}

.dwd-map-get-address {
    padding: 2px 7px;
    border: 1px solid rgb(187, 187, 187);
    border-image: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

    .dwd-map-get-address .et-pb-icon {
        font-size: 13px;
    }

.dwd-map-marker-listing.dwd_map_extended_child {
    display: block;
    visibility: visible;
}

.dwd_map_extended_child .dwd-marker-listing-thead {
    padding: 9px 24px;
    width: 33.33%;
    color: rgb(85, 85, 85);
    font-weight: 700;
    float: left;
    background-color: rgb(244, 244, 244);
}

.dwd-marker-listing-cell {
    padding: 6px 24px;
    width: 33.33%;
    border-top-color: rgb(238, 238, 238);
    border-top-width: 1px;
    border-top-style: solid;
    float: left;
}

.dwd_map_extended_child {
    margin: 25px 0px 15px;
    border: 1px solid rgb(238, 238, 238);
    border-image: none;
    width: 100%;
    text-align: left;
    display: none;
    visibility: hidden;
}

    .dwd_map_extended_child .dwd_map_thead_main::after {
        width: 0px;
        height: 0px;
        line-height: 0;
        clear: both;
        display: block;
        visibility: hidden;
        content: "";
    }

.et_pb_map_pin_extended_address::after {
    width: 0px;
    height: 0px;
    line-height: 0;
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
}

.dwd-map-direction .dwd-marker-listing-cell {
    width: 25%;
    display: flex;
    align-items: center;
}

.dwd-map-direction .dwd-marker-listing-thead {
    width: 25%;
    display: flex;
    align-items: center;
}

.dwd-marker-category-listing .dwd-marker-listing-cell {
    width: 25%;
    display: flex;
    align-items: center;
}

.dwd-marker-category-listing .dwd-marker-listing-thead {
    width: 25%;
    display: flex;
    align-items: center;
}

.dwd-map-direction .dwd-marker-category-listing {
    display: none;
}

.dwd-marker-category-listing {
    display: none;
}

    .dwd-marker-category-listing .dwd-marker-listing-direction {
        display: none;
    }

.dwd-marker-listing-direction {
    display: none;
}

.dwd-map-direction .dwd-marker-listing-direction {
    display: flex;
}

.et_pb_map_pin_extended_address {
    display: flex;
}

.dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-cell {
    width: 20%;
    display: flex;
    align-items: center;
}

.dwd-map-direction.dwd-marker-category-listing .dwd-marker-listing-thead {
    width: 20%;
    display: flex;
    align-items: center;
}

.dwd-marker-listing-direction span:hover {
    text-decoration: underline;
}

.et_pb_map_pin_extended_address {
    transition: 0.3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

    .et_pb_map_pin_extended_address:hover {
        transition: 0.3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    .et_pb_map_pin_extended_address:hover {
        background-color: rgb(244, 244, 244);
    }

.dwd-map-direction-inside {
    z-index: 1;
}

.dwd-directions > div[jstcache] {
    display: none;
}

    .dwd-directions > div[jstcache]:first-of-type {
        display: block;
    }

.dwd-map-marker-filter-wrapper {
    text-align: right;
}

.dwd-map-marker-filter {
    display: inline-block;
    position: relative;
}

[data-type=select].dwd-map-marker-filter::after {
    border-width: 6px;
    border-style: solid;
    border-color: rgb(102, 102, 102) transparent transparent;
    border-image: none;
    top: 50%;
    width: 0px;
    height: 0px;
    right: 10px;
    margin-top: 3px;
    position: absolute;
    content: "";
    pointer-events: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media all and (max-width:980px) {
    .et_pb_map_extended {
        height: 350px;
    }

    .dwd-map-direction-inside {
        width: 100%;
    }

        .dwd-map-direction-inside .dwd-map-direction-wrapper {
            background: rgb(238, 238, 238);
            padding: 10px;
            border-radius: 0px;
            width: 100%;
            color: rgb(44, 44, 44);
            box-shadow: none;
            -webkit-box-shadow: none;
        }

    .dwd-map-location-wrapper {
        width: 100%;
        margin-bottom: 7px;
    }

    .dwd-map-routeMode {
        width: 40%;
    }

    .dwd-map-routeTo {
        width: 40%;
    }

    .dwd-map-routeGo {
        width: 15%;
    }
}

@media all and (max-width:767px) {
    .et_pb_map_extended {
        height: 220px;
    }

    .dwd_map_thead_main {
        display: none;
    }

    :first-child.et_pb_map_pin_extended {
        border-bottom-color: currentColor;
        border-bottom-width: 0px;
        border-bottom-style: none;
    }

    .et_pb_map_pin_extended {
        border-bottom-color: rgb(238, 238, 238);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .et_pb_map_pin_extended_address {
        padding: 10px 15px;
        display: block;
    }

    .dwd-marker-listing-cell {
        padding: 0px;
        width: 100% !important;
        border-top-color: currentColor !important;
        border-top-width: 0px !important;
        border-top-style: none !important;
        float: none;
        display: block !important;
    }

        .dwd-marker-listing-cell::before {
            font-weight: 700;
        }

    .dwd-marker-listing-title::before {
        margin-right: 5px;
        content: attr(data-marker-listing-title)":";
    }

    .dwd-marker-category-listing.dwd-marker-listing-cell::before {
        margin-right: 5px;
        content: attr(data-marker-listing-category)":";
    }

    .dwd-marker-listing-address::before {
        margin-right: 5px;
        content: attr(data-marker-listing-address)":";
    }

    .dwd-marker-listing-description::before {
        margin-right: 5px;
        content: attr(data-marker-listing-description)":";
    }

    .dwd-marker-listing-direction::before {
        margin-right: 5px;
        content: attr(data-marker-listing-direction)": ";
    }
}

@media all and (max-width:479px) {
    .dwd-map-routeGo {
        width: 100%;
    }

    .dwd-map-routeMode {
        width: 100%;
    }

    .dwd-map-routeTo {
        width: 100%;
    }
}

@media all and (min-width:981px) {
    .dwd-map-direction-inside.dwd-map-direction-dialog {
        left: 0px;
        top: 10px;
        width: 80%;
        text-align: center;
        right: 0px;
        line-height: 0;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
    }
}
