/*
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
*/


/*Footer Fix*/
.nectar-global-section.before-footer > .container > p{
	display:none
}

/*Salient Button Nectar style override*/

a.nectar-button.large.see-through-2 {
	border: 1px solid
}

a.nectar-button.medium.see-through-2 {
	padding: 12px 16px 12px 16px;
	border: 1px solid;
	font-size: 14px
}

/*Select style override*/

.b2iSelect {
    border-radius: 12px;
	font-size: 14px !important;
    padding: 12px 20px 12px 20px;
    box-shadow: none;
}

.b2iSelect:focus {
    box-shadow: none !important;
}

select {
    appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('/wp-content/uploads/2023/01/arrow-sm-down.svg');
    background-repeat:no-repeat;
    background-position: calc(100% - 8px) center;
    background-size: 16px;
}

/*Button style override for b2i*/
input[type=button] {
	background-color: #9C00EC;
	font: inherit;
	padding: 12px 20px 12px 20px;
	transition: 0.4s;
    transition-timing-function: ease;
    position: relative;
    top: 0px;
}

input[type=button]:hover {
    opacity: .87;
}

input[type=button]:focus{
    background-color: #9C00EC !important;
}
