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

.swiper-container {
	background-color: unset!important;
}
.footer-menu a:first-child {
	display: none!important;
}
/* Header scrolled */

@media all and (min-width:1000px) {
	#header-outer.fixed-menu #top .container {
		padding: 0 45px;
	}
	#header-outer.fixed-menu #top #logo img {
		transform: scale(0.7);
	}
	#header-outer.fixed-menu #top nav {
		margin-left: 70px;
	}
}
@media all and (max-width:1090px) {
	#header-outer.fixed-menu #top nav li a {
		margin-left: 7px!important;
		margin-right: 7px!important;
	}
}
@media all and (max-width:700px) {
	#entrades-mobile a {
		font-size: 12px!important;
		white-space: nowrap;
	}
}
#header-outer #top .container nav>ul#header-right-items li[class*="menu-item"]>a {
	color: #fff !important;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	background-color: #4283c2!important;
	/* height: 26px; */
	display: block;
	min-width: 90px;
	padding: 20px;
	border-radius: 5px !important;
	padding-top: 15px;
	padding-bottom: 15px;
	transition:opacity 0.25s;
}
#header-outer #top .container nav>ul#header-right-items li[class*="menu-item"]>a:hover {
	opacity:0.8!important;
} 
#header-outer #top .container nav>ul#header-right-items li[class*="menu-item"]>a:before {
	display: none!important;
}
#header-outer #top .container nav>ul#header-right-items li[class*="menu-item"]>a span:after {
	display: none;
}
.page-id-3281 .wpforms-field-checkbox label {
	color: black!important;
}
.page-id-3287 .wpforms-field-checkbox label {
	color: black!important;
}
.page-id-3286 .wpforms-field-checkbox label {
	color: black!important;
}
.nectar-header-text-content {
	display: none !important;
}
#top nav .buttons li {
    margin: 0 !important;
}
#header-right-items li.logo-added img {
	width:92px;
	position:relative;
	top:4px;	
}