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

.social-ic i {
	font-size: 17px;
}

body:not(.dark-mode) #header-outer header {
    transition: all .2s;
    border-bottom: 1px solid #f3f3f3;
}

body #header-secondary-outer .nectar-center-text {
    font-size: 12px;
    line-height: 16px;
    max-width: 100%;
    float: left;
    text-align: left;
}
@media only screen and (min-width: 1000px) {
    #header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
    }
}

#header-outer .m-get-btn a {
	display: flex;
    flex-direction: row-reverse;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
		
}

#header-outer .m-get-btn .nectar-menu-icon-img {
    margin-left: 10px;
	margin-right: 0;
    height: 25px;
    width: 25px;
    top: 0;
    line-height: inherit;
    display: inline-block;
}

.custom-badge {
	display: flex;
    align-items: center;
    border: 1px solid #231F3D;
    width: fit-content;
    padding: 1px 17px !important;
    border-radius: 6px;
    text-align: center;
    margin: auto;
}

.custom-badge img {
	width: fit-content !important;
	margin: 0 !important;
	padding-right: 5px;
}

.custom-badge p {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 !important;
	color: #9692B2;
}

.wm-footer h2{
	font-size: 18px;
    text-transform: uppercase;
}

.wm-footer li {
	list-style: none;
}

.wm-footer li::before {
  font-family: FontAwesome;
  content: "\f192";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  color: #447BEF;
}

.wm-footer .iwithtext .iwt-text {
    padding-left: 40px;
	color: #fff;
}

.wm-footer .iwithtext .iwt-icon img {
	width: 28px !important;
	height: auto;
}


.wm-footer li a:not(:hover) {
	color: #fff !important;
}

.wm-copyright ul {
	display: flex;
    gap: 15px;
    float: right;
}

.wm-copyright li {
	list-style: none !important;
	width: fit-content;
}

body .toggle>div {
	background: transparent;
}

.footer-logo {
	height: 85px !important;
	width: auto;
}