/*
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
*/
@font-face {
    font-family: Corisande;  
    src: url(/wp-content/themes/salient-child/fonts/CorisandeRegular.ttf);  
    font-weight: normal;  
}
body, h1, h2, h3, h4, h5, h6, p, span, a, .bold, strong, b {
    font-family:Corisande !important;
}
@media only screen and (min-width: 690px) and (max-width: 999px){
.container {
    max-width: 600px !important;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1300px){
#ajax-content-wrap .container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 1000px !important;
}
}
@media only screen and (max-width: 690px){
.container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap, .nectar-post-grid-filters {
    max-width: 335px !important;
	}
	h2{
		font-size:22px;
	}
	.nse_statistics h3 {
    font-size: 16px !important;
    font-weight: 500;
	}
	.nse_statistics p, .stat_text {
    font-size: 16px !important;
	}
	h4{
		font-size:16px;
	}
	.der_section span a{
		font-size:10px;
	}
	.nse_touch .lesshead{
		font-size:14px !important;
	}
	.nse_touch .nectar_icon_wrap[data-style="default"] i{
		font-size: 16px !important;
		line-height: 33px !important;
		height: 30px;
		width: 30px;
	}
	.nse_touch .nse_appicons i{
		font-size: 16px !important;
	}
	.nse_touch .nectar_icon {
		padding:0 !important;
	}
	.nse_touchrow .nectar_icon_wrap[data-padding="20px"] .nectar_icon {
		padding: 5px !important;
		border: 1px solid #ddd;
		border-radius: 32px !important;
	}
	#footer-outer .one-fourths.span_3, #footer-outer .one-fourths.vc_span3, #footer-outer .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
    width: 48%!important;
    margin-bottom: 2%;
    margin-right: 0;
    margin-left: 0!important;
    padding: 15px;
    float: left;
}
	#block-13 .wp-block-columns{
		flex-wrap:nowrap;
	} 
	#footer-outer #block-14{
		margin-top: -60px;
	}
	.nse_footerflex .col-flex, .nse_qlinksc{
	width: auto !important;
	}
}
@media only screen and (max-width: 321px){
.container, .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 300px !important;
	}}
@media only screen and (min-width: 480px) and (max-width: 690px){
body .container, body .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 480px !important;
	}}
.container {
    margin: 0 auto;
    position: relative;
    max-width: 980px;
}
@media only screen and (max-width: 1000px){
	.nse_market p{
		line-height: 18px;
		font-size: 14px;
	}
	.nse_market .nse_tradingdate{
		font-size: 12px;
	}
.nectar-post-grid-filters h4 {
    display: none;
}
.nectar-post-grid-filters div {
	display: flex;
	margin-top: 0;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
}
	/* Hide scrollbar for Chrome, Safari and Opera */
.nectar-post-grid-filters div::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nectar-post-grid-filters div {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.nectar-post-grid-filters a {
    margin: 0px 15px 0 0;
    display: inline-block;
}
body.original #header-secondary-outer {
    display: none;
}
.home .mec-event-grid-minimal .col-md-4.col-sm-4:nth-last-child(-n+2){
		display:none !important;
	}
.nse_qlinksc {
    padding: 15px 0px;
    font-weight: 600;
    font-size: 13px;
	width:70%;
	display: flex;
    overflow: scroll;
}
.nse_footerflex {
    display: block !important;
    background: #848B93;
}
.nse_footerflex .col-flex {
    width: 30%;
    float: left;
}
	.nse_qlinksc ul{
		display: flex;
		white-space: nowrap;
		overflow: scroll;
	}
}
/*Pagination*/
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #8DC442;
    border-color: #8DC442;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #8DC442;
}

body.search-no-results #search-results[data-layout*="list"] article {
  opacity: 1;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 0 15px 0;
}
body.search-no-results #search-results[data-layout*="list"] .bottom-line {
  display: none;
}
body.search-no-results #search-results[data-layout*="list"] article .inner-wrap {
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
body.search-no-results #search-results[data-layout*="list"] article:hover .inner-wrap {
  -webkit-transform: none;
  transform: none;
  box-shadow: none;
}
body.search-no-results #search-results[data-layout*="list"] .result .inner-wrap h2 {
  padding-top: 25px;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
}
body.search-no-results #search-results[data-layout*="list"] .result .inner-wrap h2 span {
  opacity: 0.6;
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
body.search-no-results #search-results[data-layout*="list"] article {
  font-size: 14px;
}
body.search-no-results #search-results[data-layout*="list"] article .inner-wrap > a {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 100px;
  display: block;
  background-color: #000;
  transition: margin-top 0.25s ease, box-shadow 0.25s ease;
}
body.search-no-results #search-results[data-layout*="list"] article .inner-wrap > a:hover {
  box-shadow: 0px 20px 40px rgba(0,0,0,0.14);
}
body.search-no-results #search-results[data-layout*="list"] article .inner-wrap > a img {
  height: 80px;
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  opacity: 0.7;
}
body.search-no-results #search-results[data-layout*="list"] article[data-post-thumb="1"]:before {
  color: #fff;
  border: 1px transparent;
}
body.search-no-results #search-results[data-layout*="list"] article {
  padding-left: 80px;
}
#search-results .result .title span{
  display:block;
  font-size:12px;
  letter-spacing:0;
  font-family:'Open Sans';
  font-weight:400;
  color:#999;
  margin-top:3px
}
#search-results .result h2 {
  margin-bottom:1px;
  font-size:17px;
  line-height:22px;
	letter-spacing: 0px;
}
#search-results .result p{
  padding-bottom:0
}
article.result .title a{
  color:#000
}

body.search-no-results #search-results[data-layout*="list"] article:before {
  content: counter(step-counter);
  margin-right: 20px;
  border: 1px solid rgba(0,0,0,0.1);
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 12px;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
}
body.search-no-results #search-results[data-layout*="list"] article:before {
  height: 50px;
  width: 50px;
  font-size: 16px;
  line-height: 50px;
}
body.search-no-results #search-results[data-layout*="list"] article {
  counter-increment: step-counter;
}
body.search-no-results[data-header-resize] .container-wrap {
    padding: 2% 0 !important;
}



