/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
body {
  color: #333333;
  background-color: #fff !important;
}

.main-content,
.main-content a {
  color: #373e46;
}

p {
  padding-bottom: 20px;
}

.rotate {
  transform: rotate(180deg);
}

.hide {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}

.mt {
  margin: auto;
}

.full-height {
  height: 100%;
}

.line {
  height: 1px;
  background-color: #eeeeee;
  width: 100%;
  display: block;
  margin: 15px 0px;
}

.red,
.primary {
  color: #a33038;
}

.grey {
  color: #6d767d;
}

.bg-red {
  background-color: #a33038;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #5c5c5c;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.light {
  font-weight: 300;
}

.semi-bold {
  font-weight: 600;
}

.width100 {
  width: 100%;
}

.img-fluid {
  width: 100%;
}

.header {
  background-color: #fff;
}

.map-switch-con {
  padding: 20px 0px 20px 0px;
}

.map-switch-con label,
.map-switch-con select {
  width: auto;
  display: inline-block;
}

.map-switch-con label {
  margin-right: 15px;
  margin-top: 5px;
}

.map-switch-con select {
  background-color: #fafafa;
  border: 1px solid #ebebeb height: 25px;
}

.nav-menu-con {
  background-color: #82868c;
  color: #fff;
  padding: 20px 0px;
}

.nav-menu {
  padding: 0px;
  margin: 0px;
}

.nav-menu li {
  display: inline-block;
}

.nav-menu li a {
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
  color: #fff;
}

.social_media a:hover,
.nav-menu li.current-menu-item a,
.nav-menu li a:hover {
  color: #c6c8cc;
  text-decoration: none;
}

.social_media a {
  color: #fff;
}

.nav-menu-con .search-form {
  display: inline-block;
  text-align: right;
  margin-right: 15px;
  width: auto;
  position: relative;
}

.nav-menu-con .search-form input {
  border-radius: 4px;
  display: inline-block;
  padding: 5px 40px 5px 15px;
}

.nav-menu-con .search-form i {
  display: inline-block;
  margin-left: -35px;
  color: #333333;
  position: absolute;
  margin-top: 2px;
}

.vc_row-fluid {
  width: 100%;
}

.button {
  background-color: #82868c;
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

a.button {
  color: #fff;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #666666
}

.wp-newsfeed .col-md-3 {
  margin-bottom: 30px;
  min-height: 300px;
}

.wp-newsfeed .bg {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  min-height: 300px;
  position: relative;
}

.wp-newsfeed .grid a {
  color: #fff;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}

.wp-newsfeed .bg .overlay {
  padding: 30px;
  position: absolute;
  word-wrap: break-word;
  transition: all 1s ease;
}

.wp-newsfeed .bg .overlay .cate {
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 0px 15px;
  display: inline-block;
  font-size: 14px;
}

.wp-newsfeed .bg .overlay .text_con {
  position: absolute;
  bottom: 30px;
  padding-right: 30px;
}

.wp-newsfeed .bg .overlay .text_con .title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.wp-newsfeed .bg .overlay .text_con .date {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.wp-newsfeed .bg .overlay:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.vc_btn3-color-grey,
.button-grey-block button,
.button-grey-block a {
  background-color: #82868c !important;
  color: #fff !important;
}

.button-grey-block button {
  background-image: none !important;
}

.button-grey-block a i {
  font-size: 38px !important;
}

.vc_btn3-color-grey:hover,
.button-grey-block button:hover,
.button-grey-block a:hover {
  background-color: #69696a !important;
}

#footer-outer {
  border-top: 5px solid #c7c7c7;
}

#footer-outer .row {
  padding: 40px 0px 20px 0px;
}

#footer-outer #footer-widgets .col p {
  padding-bottom: 10px;
}

#copyright {
  color: #fff;
  padding: 0px !important;
}

#copyright .custom-html-widget,
#copyright .custom-html-widget a {
  color: #fff !important;
}

#copyright .row {
  padding: 20px 0px !important;
}

#copyright .row p {
  padding: 0px;
}

#copyright .row ul.social {
  display: inline-block;
}

ul.footer_partners {
  padding: 0px;
  margin: 0px;
}

ul.footer_partners li {
  width: 32%;
  text-align: center;
  display: inline-block;
}

ul.footer_partners li a {
  display: block;
}

#footer-outer .widget h4 {
  margin-bottom: 0px;
}

#custom_html-6 {
  margin-top: 30px;
}

.wp-slidetoggle {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
}

.wp-slidetoggle .head-blcok {
  cursor: pointer;
  padding-right: 40px;
}

.wp-slidetoggle .heading {
  font-size: 24px;
  font-weight: bold;
}

.wp-slidetoggle i {
  position: absolute;
  right: 0px;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #373e46;
  color: #373e46;
  margin-top: 5px;
}

.wp-slidetoggle i.active {
  color: #acacac;
  border: 1px solid #acacac;
}

.wp-slidetoggle i.active::before {
  content: "\f068";
}

.wp-slidetoggle .content {
  margin-top: 20px;
  display: none;
  word-break: break-word;
}

.wp-slidetoggle .content a {
  display: inline-block;
}

#switch-map,
#select-category {
  background-color: #fafafa;
  border: 1px solid #ebebeb !important;
  padding-left: 20px;
  box-shadow: none !important;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}

.vc_row.container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tweets-block {
  position: relative;
  padding-left: 70px;
}

.tweets-block img {
  position: absolute;
  left: 0px;
}

.tweets-block a {
  color: #112369;
  word-break: break-all;
}

.tweets-slider .slick-dots {
  bottom: -50px;
}

.container-wrap {
  padding-bottom: 0px;
}

.img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dash-list li {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 15px;
}

.dash-list li:before {
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  position: absolute;
  left: 0px;
  margin-top: 13px;
  height: 1px;
  width: 20px;
  background-color: #333;
}

#error-404 a.nectar-button {
  color: #fff;
}

.pagination {
  float: right;
}

.pagination a {
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
  padding: 5px 15px;
  text-decoration: none;
}

.pagination .current {
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  padding: 5px 15px;
}

.pagination .current:hover,
.pagination a:hover {
  background-color: #373e46;
  color: #fff;
}

.news-list {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.news-list .item {
  margin-bottom: 30px;
}

.news-list .item .overlay {
  transition: all 1s ease;
}

.news-list .item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.news-list .item a {
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
}

.news-list .item .bg {
  height: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.news-list .item .bg .category {
  color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 0px 15px;
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  margin-left: 20px;
}

.news-list .item .content {
  padding: 20px 15px;
}

.news-list .item .content .date {
  font-size: 12px;
}

.news-list .item .content .title {
  font-size: 14px;
  font-weight: bold;
}

.widget_categories label {
  display: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #878787;
  border: 1px solid #878787;
  border-radius: 4px;
  height: 50px;
  padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 13px;
  right: 8px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0px;
  background-color: #fff;
}

.select2-container--default .select2-results>.select2-results__options {
  background-color: #f8f8f8;
  color: #112369;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #878787;
  color: white;
}

.widget {
  margin-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
}

.widget_recent_entries ul {
  padding: 0px;
  margin: 0px;
}

.widget_recent_entries ul li {
  list-style: none;
  margin-bottom: 15px;
}

.widget_recent_entries ul li:last-child {
  margin-bottom: 0px;
}

.widget_recent_entries ul li a {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
}

.widget_recent_entries ul li span {
  display: block;
  color: #373e46;
  font-size: 12px;
}

.widget_tag_cloud a {
  background-color: #373e46;
  color: #fff;
  font-size: 12px !important;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 5px;
  font-weight: bold;
}
#sidebar h4,
.widget h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #444;
  letter-spacing: 0px;
  font-weight: 600;
}

.widget:last-child {
  border: 0px;
}

body.single-post .heading-title[data-header-style="default_minimal"] .entry-title {
  text-align: left;
  margin: 0px;
}

.single .heading-title[data-header-style="default_minimal"] {
  padding: 0px;
}

.single .heading-title[data-header-style="default_minimal"] h2 {
  padding-top: 0px;
}

#single-below-header {
  text-align: left;
}

.single .heading-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

div.post-area {
  padding: 0px 15px !important;
}

article.post .content-inner .post-featured-img img {
  width: auto;
  max-width: 100%;
  padding: 0px 15px;
}

article.post .content-inner{
  border-bottom: 0px;
}

article.post .post-content {
  color: #373e46;
  word-break: break-word;
}

.prev_next_post{
  margin: 0px 15px;
  padding-bottom:15px;
  color: #373e46;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 15px;
}

.prev_next_post a{
  text-decoration: none;
}

.prev_next_post i{
  font-size: 24px;
}

.categories-block {
  margin: 0px 15px;
}

.categories-block:last-child{
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
}

.categories-block a{
  color: #112369;
}

.article-content-wrap{
  position: relative;
}

.news-list .item-related-post a{
  border:0px;
}

.blog-recent[data-style*="classic_enhanced"].related-posts .inner-wrap{
      padding-bottom: 20px!important;
      border: 1px solid #e6e6e6;
}
.blog-recent[data-style*="classic_enhanced"] .inner-wrap{
  box-shadow:none;
}

.related-post-wrap[data-using-post-pagination="false"]{
  margin-top: 0px !important;
}

.related-post-wrap h3.related-title{
      padding: 0px 0 30px 0;
}

i.moblie-menu{
  display: none;
  border: 1px solid #fff;
  margin-top: 3px;
  border-radius: 3px;

}

i.moblie-menu.active{
  background-color: #fff;
  color: #82868c;
}

.social_media i{
  width: 24px;
}

body.search-no-results[data-header-resize] .container-wrap{
  padding: 80px 0px 0px 0px;
}

.pagination h2{
  display: none;
}
