/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

body.home .fl-page-content {
	background-color: #000;
	/*
	background-image: url("/wp-content/uploads/2020/12/sureel-bg-fallback-2.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	*/
}

.fl-page-bar {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%;
}

.fl-page-header, .fl-page-header-wrap {
  background-color: rgba(0,0,0,0.4);
  border-bottom-style: none; /* Removes the 1px border below the menu */
  position: absolute;
  top: 0px; /* Height of top bar */
  width: 100%;
  z-index: 10;
}

/* hide header menu */
.fl-page-nav-wrap {
	display: none;
}

/* audio button */
.audio-play-button .fl-photo-content, .audio-pause-button .fl-photo-content {
	cursor: pointer;
}

/* footer menu */
.fl-page-footer-nav a {
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
	text-transform: uppercase;
}