/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.plyr__control svg{
	height: 25px;
	width: 25px;
}

.plyr--video .plyr__controls {
        opacity: 1 !important;
    pointer-events: unset !important;
    transform: translateY(0%) !important;
}

div[data-style="minimal_small"] .toggle > .toggle-title {
	padding: 0;
}

@media (min-width: 981px) {
	.plyr--video .plyr__controls {
		top: 0;
		bottom: auto;
		left: 50%;
		background: transparent;	
	}
}

@media screen and (max-width: 991px) {
	body #slide-out-widget-area.fullscreen .bottom-text {
		margin-top: 30px !important;
		display: none;
	}
	
	#slide-out-widget-area.fullscreen .menuwrapper li a, #slide-out-widget-area.fullscreen-alt .menuwrapper li a {
		padding: 2px 20px !important;
	}
}

@media screen and (max-width: 767px) {
    #ajax-content-wrap .nectar-cta.border_radius_0px span.link_wrap {
        display: inline-block;
    }
	
	#main-banner-full-screen #page-title h3 {
		line-height: 25px !important;
	}
}


