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

/* For title bar use Title bar 1 option */

@font-face {
  font-family:ProximaNova-Light;
  font-weight:300!important;
  src: url('https://development.d4insight.com/wp-content/themes/salient-child/assests/fonts/Proxima Nova-Medium.ttf'); 
}
@font-face {
  font-family:ProximaNova-Regular;
  font-weight:400!important;
  src: url(https://development.d4insight.com/wp-content/themes/salient-child/assests/fonts/ProximaNova-Regular.otf); 
}
@font-face {
  font-family:ProximaNova-Medium;
  font-weight:500!important;
  src: url(https://development.d4insight.com/wp-content/themes/salient-child/assests/fonts/ProximaNova-Medium.ttf); 
}
@font-face {
  font-family:ProximaNova-Bold;
  font-weight:700!important;
  src: url(https://development.d4insight.com/wp-content/themes/salient-child/assests/fonts/ProximaNovaBold.otf); 
}
@font-face {
  font-family:ProximaNova-Extrabold;
  font-weight:800!important;
  src: url(https://development.d4insight.com/wp-content/themes/salient-child/assests/fonts/ProximaNovaExtrabold.otf); 
}

ul.sub-menu li a {margin: 0!important;}
#header-outer #top nav ul.sub-menu li a:hover,
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer #top nav > ul > li:not(.megamenu) ul a:hover {background-color: white!important;}

@media all and (min-width: 1024px){
	.jobsection{
		max-width: 60%;
		margin: auto;
		padding: 15px 30px;
	}
}
.jobsection{
	display: none;
	padding: 15px;
	margin-bottom: 20px;
	border: 2px solid #3452ff;
}
.jobsection .jobslist{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.jobtitle{
	text-align:left;
}

.jobsection .jobslist .jobtitle h3{
	margin-bottom: 0;
	color:#2149f6;
}
.jobsection .jobslist .jobtitle h5{
	text-align: left;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
	padding: 20px 0;
	font-size: 16px;
	text-align: left;
}


.modal-content{
	padding: 20px 30px;
}
.modal-body h3,.modal-body h6{
	text-align: left;
}
.modal-body ul{
	text-align: left;
	margin-left: 17px;
	color: #000;
	font-size: 16px;
}
.blog_next_prev_buttons{
	margin-top: 40px!important;
}
.post .content-inner{
	padding-bottom: 40px!important;
}
/* Blog Template Styles */
h1.entry-title,
.bold, strong, b{
    font-family: 'ProximaNova-Bold'!important;
}
div#single-below-header * {
    font-family: 'ProximaNova-Regular';
}
.container.main-content ul li {
    color: #000000!important;
    font-size: 18px!important;
    line-height: 28px!important;
    font-family: "ProximaNova-Regular"!important;
}
body #search-outer #search input[type="text"]{
	font-size: 36px!important;
	 font-family: 'ProximaNova-Regular'!important;
}
/* 
body {
    display:none;
}
 */
.card__inner .phone {
    display: none;
}
.red {
	color:red;
}
