/* Map */
#map-holder { height: 500px; border-radius: 20px; overflow: hidden; position: relative; margin: 0 0 50px; }
#map { width: 100%; height: 100%; }
#place-details { font-size: 12pt; background: #f5f5f5; position: absolute; top: 0; right: -384px; bottom: 0; animation: slide-from-right 1s forwards; padding: 105px 67px; width: 384px; box-sizing: border-box; }
#place-details > svg { font-style: normal; display: block; position: absolute; top: 28px; right: 28px; cursor: pointer; transition: all .4s; }
#place-details > svg:hover { transform: rotateZ( 90deg ); }
@keyframes slide-from-right { 0% { right: -384px; } 100% { right: 0; } }
#place-details h4 { color: #ff790b; margin: 0 0 12px; font-size: 15pt; letter-spacing: -.5px; }
#place-details address { font-style: normal; }
#place-details a { display: inline-block; color: #000; }
#place-details address + a { margin: 20px 0 0; }

@media (max-width: 768px) {
    #contact-form .vce-col-content { padding-top: 0 !important; }
}

@media (max-width: 480px) {
    .tdc-form [type="text"], .tdc-form [type="email"] { width: 100%; }
}