<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Burbank
Theme URI: https://centerstaging.com/wp-content/themes/hello-burbank
Description: Hello Burbank is the theme for CenterStaging, based in Burbank, CA as well as New York City
Author: dataTV
Author URI: https://datatv.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-burbank
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
	background: #000;
}
.elementor-editor-active .hidden{ display:block; } 
.hidden{ display:none; } 
.shown{ display: block!important; }
@media screen and (max-width:1024px) {
  .shown{ display: none!important; }
}
.btn-cs .elementor-button, .btn-cs .wlfmc-popup-trigger, .csg-contact [type="submit"] {
  position: relative;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(74deg, #52227f -50%, #ff004e 100%);
  cursor: pointer;
  overflow: hidden;
}
.csg-contact [type="submit"] {
  color: #FFF;
  background: #000;
  margin-top: 24px;
}
.btn-cs .elementor-button::before, .btn-cs .wlfmc-popup-trigger::before, .csg-contact [type="submit"]::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #000;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  transform: scaleY(1);
  transform-origin: top left;
  transition: transform 0.2s cubic-bezier(0.88, 0.01, 0.15, 0.99);
  z-index: 10;
}
.csg-contact [type="submit"]::before {
  background-color: transparent;
}
 .btn-cs .elementor-button:hover::before, .btn-cs .wlfmc-popup-trigger:hover::before, [type="submit"]:hover::before {
  background-color: transparent;
  transform: scaleY(0);
}
.btn-cs .elementor-button .elementor-button-text, .wlfmc-single-btn:not(.is-elementor) .wlfmc-add-button &gt; a i, .wlfmc-add-button &gt; a span {
  z-index: 30;
}
a.link-map { color:#ff004e; margin-left:15px;}</pre></body></html>