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

.single.single-newsletter table {
  max-width: 600px !important;
  border: 0 !important;
  background: #fff !important;
  margin: 0 0 10px !important;
  width: auto !important;
}

.single.single-newsletter td,
.single.single-newsletter tr,
.single.single-newsletter tbody {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: #FFF !important;
}

.single.single-newsletter img,
.single.single-newsletter .row .col img:not([srcset]) {
  max-width: 100% !important;
  width: 100%;
}

.single.single-newsletter .container-wrap {
  background: #fff;
  padding-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  body[class*="page-template-page-newsletter"] .container-wrap {
    background-color: #000 !important;
  }
}

.single.single-newsletter .container-wrap .sign-up-form *:not(input) {
  background: #000 !important;
}

.single.single-newsletter .full-link {
      background-color: transparent !important;
}

.single.single-newsletter .blog_next_prev_buttons h3 {
  text-align: center;
}

.single.single-newsletter #templateFooter {
  display: none;
}

.single.single-newsletter .row.heading-title {
  padding-top: 0 !important;
}

.single.single-newsletter .heading-title {
  padding-bottom: 0 !important;
}

.single.single-newsletter .heading-title[data-header-style='default_minimal'] {
  padding-top: 0;
}

.single.single-newsletter .meta-comment-count {
  display: none !important;
}

.single.single-newsletter #author-bio {
  display: none;
}

.single.single-newsletter .nectar-social {
  text-align: center !important;
}

.single.single-newsletter p {
  font-size: 14px !important;
}

.single-newsletter .bottom-meta .sharing-default-minimal .nectar-love {
    margin-top: 0!important;
    font-size: 14px!important;
    line-height: 1px;
    vertical-align: bottom;
}

#canspamBarWrapper {
  display: none;
}

.nf-form-fields-required .ninja-forms-req-symbol {
  color: #edc900 !important
}

@media only screen and (min-width:768px) {
		.templateContainer {
			width: 600px !important;
		}

    .ninja-form-wrapper {
      width: 50%;
      margin: 0 auto;
    }
}

body[class*="page-template-page-newsletter"] .post-content {
  padding-left: 0;
}

body[class*="page-template-page-newsletter"] .title a {
  color; #676767;
}

body[class*="page-template-page-newsletter"] .meta-date {
  font-size: 12px;
}

body[class*="page-template-page-newsletter"] article {
  display: flex;
  margin: 5px;
}

body[class*="page-template-page-newsletter"] .excerpt {
  font-size: 16px;
}

body[class*="page-template-page-newsletter"] .main-content {
  background: #000;
  padding-bottom: 70px;
}

body[class*="page-template-page-newsletter"] .container-wrap {
  padding-bottom: 1px;
}

body[class*="page-template-page-newsletter"] h1 {
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 20px;
  color: #FFF;
  font-family: Roboto;
  letter-spacing: inherit;
  font-size: 44px !important;
  line-height: 50px !important;
}


body[class*="page-template-page-newsletter"] .fwiw-header-img {
  max-height: 160px;
  width: auto;
}

body[class*="page-template-page-newsletter"] .container-wrap input[type="text"],
body[class*="page-template-page-newsletter"] .container-wrap input[type="email"] {
  padding: 10px !important;
}

.single.single-newsletter .meta-category {
  display: none;
}

.single.single-newsletter table.mcnButtonContentContainer td {
  background-color: #FFD249 !important;
}

.single-newsletter .mcnButtonContentContainer .mcnButtonContent {
  border-radius: 3px;
  font-family: Roboto, helvetica, arial, sans-serif !important;
  font-size: 16px !important;
  padding: 15px !important;
}

.mcnPreviewText {
  display: none;
}

.postid-7553 .meta-category {
  display: none;
}

.single-team .row .col h1,
.single-team .row .col h3,
.single-team .row .col .bio p  {
  text-align: left;
}

.single-team .row .col .bio p {
  font-weight: 400;
}

.page-template-page-team h1.entry-title {
  font-family: Roboto;
font-size: 60px;
line-height: 60px;
font-weight: 300;
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
  body.page-template-page-team .row h1.entry-title {
    font-size: 46.2px;
    line-height: 44.8px;
  }
}

@media only screen and (max-width: 1000px) {
  body[class*="page-template-page-newsletter"] h1 {
    font-size: 37.4px !important;
    line-height: 42.5px !important;
  }

  .single-team .row .col img {
    max-width: 300px;
  }
}

.page-template-page-team .member-wrapper {
  margin: 5px 5px -5px;
  position: relative;
}

.page-template-page-team .title {
  color: #FFF;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  transition: opacity 0.5s;
  line-height: 1rem;
}

.page-template-page-team .member-wrapper.is-hovered .title {
  color: #FFF;
  opacity: 1;
}

.page-template-page-team .member-wrapper .title:hover {
  color: #FFF;
}

.page-template-page-team .member-wrapper .title h3 {
  color: #FFF;
  line-height: 1.2rem;
}

.page-template-page-team .member-wrapper.is-hovered .title h3 {
  color: #FFF;
}

.page-template-page-team .member-wrapper .title div {
  font-size: 14px;
  line-height: 1.2rem;
}

.page-template-page-team .member-wrapper .member-overlay {
  background: #000;
  position: absolute;
  height: 95%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.page-template-page-team .member-wrapper.is-hovered .member-overlay {
  opacity: 0.5;
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .page-template-page-team article.span_2 {
    width: 30%;
  }
}