/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: Yukti Dogra
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



 body .gradslider .container .content h2{
 color: #022D8D!important;
     text-shadow: 1px 1px 2px #eee!important;
}

div.swiper-slide .content {
  width : 60%;
}

.swiper-slide .content h2 {
  margin-bottom : 30px;
}

p {
  padding-bottom : 20px;
}

div.nectar_icon_wrap {
  margin-bottom: 0;
}

.cta h3 {
  margin-bottom : 0 !important;
}

header#top nav >ul >li >a {
  color : #333;
}

#footer-widgets h2 {
  color : #aaa;
  padding-bottom : 20px;
}

#footer-widgets .row {
  padding-bottom : 30px;
}


/* Custom sub menu styles */
#top ul.sub-menu.tracked-pos {
    padding: 0;
}

#header-outer .sf-menu li ul li a {
    font-size: 12px;
    line-height: 13px;
    color: #ccc;
    transition: none;
    letter-spacing: 0;
    background-color: #1C1C1C;
    padding: 14px;
}

#top ul.sub-menu {
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

#header-outer .sf-menu li ul li a a:hover,
#header-outer #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) .sfHover > a, #header-outer #top nav > ul > li:not(.megamenu) .sfHover > a {
    background-color: #272727!important;
}

#top ul.sub-menu {
	margin-top: -1px !important;
	background-color: #1C1C1C !important;
}


body[data-header-color=custom] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul,
body[data-header-color=light] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul {
    margin-top: 0px;
    margin-left: 0px;
}

.sf-menu li ul li .sf-sub-indicator {
    top: 13px;
    right: 13px;
}

.sf-menu>li ul {
    width: 19em;
}