/*
Theme Name:   TikSwipe Child
Theme URI:    https://creamyfaces.com
Description:  Child theme for TikSwipe with custom modifications
Author:       CreamyFaces
Author URI:   https://creamyfaces.com
Template:     tikswipe
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  tikswipe-child
*/

/* Video Sound Toggle Button - Style identique aux autres boutons de la sidebar */
.swiper-side .video-sound-toggle {
	margin: 15px auto 0 auto;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	width: 32px;
	height: 32px;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	line-height: 1;
	vertical-align: top;
}

.swiper-side .video-sound-toggle:hover {
	transform: scale(1.1);
	background: transparent !important;
}

.swiper-side .video-sound-toggle:active,
.swiper-side .video-sound-toggle:focus {
	transform: scale(0.95);
	background: transparent !important;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.swiper-side .video-sound-toggle .sound-icon {
	width: 32px;
	height: 32px;
	pointer-events: none;
	display: block;
}

.swiper-side .video-sound-toggle .sound-icon path {
	fill: #ffffff;
}

.swiper-side .video-sound-toggle.muted .sound-off {
	display: block !important;
}

.swiper-side .video-sound-toggle.muted .sound-on {
	display: none !important;
}

.swiper-side .video-sound-toggle:not(.muted) .sound-off {
	display: none !important;
}

.swiper-side .video-sound-toggle:not(.muted) .sound-on {
	display: block !important;
}

/* Fix header menu items visibility */
header .menu ul li a {
	color: #ffffff !important;
}

header .menu ul li.current-menu-item a,
header .menu ul li.current_page_item a {
	color: #fd0131 !important;
}
