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


ul.buttons.sf-menu {
    display: none !important;
}

.menu-item.menu-item-type-post_type.menu-item-object-page.nectar-regular-menu-item a, .menu-item.menu-item-type-custom.menu-item-object-custom.nectar-regular-menu-item a{
/*     font-size: 17px !important; */
/*     color: #000 !important; */
    
}

nav{
/*     background-color: #ffc370; */
}
.sf-menu.sf-js-enabled.sf-arrows{
    display: flex;
	justify-content: space-evenly;
	gap: 0px;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after{
   border-color: transparent;
}

.category{
    border: 1px solid #D6F8D6;
    border-radius: 6px;
}
.category p {
    background-color: #f5f5f5;
    padding: 0px 10px;
}
.category a {
    font-size: 17px;
    color: #000;
}

.category  div:not(.category_title) p:last-child {
    border-radius: 0px 0px 6px 6px;
}
.category_title {
    background-color: #D6F8D6;
    padding: 0;
    margin: 0 !important;
    border-radius: 3px 3px 0px 0px;
}

.category_title h2 {

    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
    margin-left: 0;
    font-size: 17px;
    min-height: 20px;
    box-sizing: content-box;
    line-height: 1.25rem;
    font-weight: 400;
    padding: 5px 10px;
}
#footer-outer .footerlink:not(.nectar-button) {
    color: #ffffff !important;
    background: #546A7B;
    border: 1px solid #DADADA;
    padding: 0.5em 30px;
    font-size: 28px;
    width: 100%;
    display: block;
	margin:0 auto;
    max-width: 400px;
}
#copyright .container {
    height: 100%;
}
div#copyright {
    background-color: #D6F8D6 !important;
    padding: 20px 0px!important;
}

div#copyright p {
    color: #000 !important;
}
#footer-outer #footer-widgets .container .row {
    padding-bottom: 40px;
}
nav.woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

form#postjob {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
body[data-form-submit=regular] .container-wrap input[type=submit] {
    border-radius: 0px !important;
    background: #5F5980;
    border: 1px solid #DADADA;
    padding: 0.5em 20px !important;
    border: 1px grey solid;
    color: #CCCCCC!important
}