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

a:hover {
	color: #E62469;
}

.buttonw {
	min-width: 250px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;

}

.container-wrap input[type=text], .container-wrap input[type=email], .container-wrap input[type=password], .container-wrap input[type=tel], .container-wrap input[type=url], .container-wrap input[type=search], .container-wrap input[type=date], .container-wrap input[type=number], .container-wrap textarea, .container-wrap select, body > #review_form_wrapper.modal input[type=text], body > #review_form_wrapper.modal textarea, body > #review_form_wrapper.modal select, body > #review_form_wrapper.modal input[type=email], .select2-container--default .select2-selection--single, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single, .woocommerce input#coupon_code, .material.woocommerce-page[data-form-style="default"] input#coupon_code, body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date], body[data-form-style="minimal"] input[type=number], body[data-form-style="minimal"] select {
    background-color: #ffffff;
    border-color: #212529!important;
    border-radius: 15px !important;
    font-size: 14px !important;;
    border-style: solid;
    border-width: 1px;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #E62469 !important;
}

body[data-form-submit="regular"] .container-wrap input[type=submit] {
	border-radius: 15px;
	background-color: #e62469;
}

.nf-field-element textarea {
    height: 125px !important;
}

.nf-form-fields-required {
    display: none;
}
#ajax-content-wrap .flickity-page-dots .dot.is-selected, .material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch.swiper-active-switch {
    opacity: 0 !important;
}

#slide-out-widget-area-bg.open.light .nectar-ocm-image.current, #slide-out-widget-area-bg.light .nectar-ocm-image.active {
    opacity: 100;
}

#slide-out-widget-area.fullscreen-inline-images.open .inner .off-canvas-menu-container li[class*="current"] a span:after {
    opacity: 0;
}

@media (max-width: 500px) {
	.tabbed[data-style="vertical_modern"] >div {
		padding-left: 0px !important;
	}
	.tabbed[data-style="vertical_modern"] .wpb_tabs_nav .tab-item {
		width: 60%;
	}
	.tabbed[data-style="vertical_modern"] .wpb_tabs_nav {
		text-align: left !important;
	}
}