/*
 Theme Name:   Photofocus Child
 Theme URI:    https://example.com/
 Description:  Child theme for Photofocus
 Author:       Your Name
 Template:     photofocus
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../photofocus/style.css");

/* Hide the header video control button */
#wp-custom-header-video-button {
  display: none !important;
}
