/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Video */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
	box-shadow: 4px 2px 14px 0px rgba(0, 0, 0, 0.4);
}
.responsive-video video {
  width: 100%;
  height: auto;
  display: block;
  border: 6px solid #ffffff;
}
.unmute-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s ease;
}
.unmute-btn:hover {
  background-color: rgba(255,255,255,0.2);
}

/* Header */
.site-main-header-wrap .site-header-row-container-inner {border-bottom:2px solid #AF6E35!important; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5)!important;}
.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a {border-left: 6px solid #781433!important;}