/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


.nectar-hor-list-item {
    padding: 9px !important;
}

body[data-button-style^="rounded"] .nectar-button.see-through-2, body[data-button-style^="rounded"].ascend .nectar-button.see-through-2, body[data-button-style^="rounded"] .nectar-button {
	-webkit-border-radius: 0px!important;
}

.nectar-button span {
    font-weight: 600;
}

.logo-header {
    width: 18%;
    height: auto;
}


/*-------- MENU -------*/
.sf-menu ul { /*Menu language switcher*/
    width: 4em;
}

header#top .sf-menu li ul li a { /*Menu language switcher*/
    background-color: #ffffff;
}
/*-------- /MENU -------*/




/*-------- SECONDARY MENU -------*/
#header-secondary-outer {
    background-color: #6c382a !important;
    border-bottom: 1px solid #6c382a !important;
    color: #fff !important;
}

body #header-secondary-outer .nectar-center-text {
    font-size: 13px !important;
}

@media only screen and (max-width: 690px) {	
	body.ascend #header-secondary-outer[data-mobile-fixed="false"] {
    	display: none;
	}
}
/*-------- SECONDARY MENU -------*/




/*------- FOOTER -------*/
.ascend #footer-outer .widget h4 { /*Widget texte footer*/
    margin-bottom: 5px !important;
}

#footer-widgets p { /*Widget texte footer*/
    line-height: 25px;
    font-size: 14px;
}

#footer-outer a:hover {
    color: #c89765 !important;
}

#footer-outer #copyright[data-layout="centered"] .col ul.social li { /*Marges RS*/
    margin-top: 5px;
}

#footer-outer #copyright[data-layout="centered"] { /*Marges copyright*/
    padding: 15px 0;
}

#footer-outer .row { /*Marges footer*/
    padding: 25px 0px 0px 0px;
    border-top: 1px solid #eeeeee;
}

#footer-outer .widget { /*Marges footer*/
    margin-bottom: 0px;
}
/*------- /FOOTER -------*/




@media only screen and (max-width: 1000px) and (min-width: 1px) {
	.nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn {
    	position: relative !important;
    	right: 0px !important;
    	top: 0px !important;
	}
}

#header-secondary-outer{
	z-index: 9999 !important;
}