/*
Theme Name: Salient Child Theme
Theme URI: http://pivotalagency.com.au/
Description: This is a custom child theme for Salient
Author: Pivotal Agency
Author URI: http://pivotalagency.com.au/
Template: salient
Version: 0.1
*/

body[data-form-style="minimal"] select {
  background-color: rgba(0, 0, 0, 0.035);
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  position: relative;
  margin: 0;
  font-size: 14px;
  border-bottom: 2px solid #e0e0e0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-radius: 0;
  padding: 16px;
  height: 58px;
}

.meta-category {
  display: none !important;
}

.masonry.material .masonry-blog-item .article-content-wrap,
.related-posts[data-style="material"] .article-content-wrap {
  padding-top: 30px !important;
}

.post .post-header .title,
.single-post .heading-title .entry-title {
  font-family: 'Varela Round', sans-serif;
  font-weight: 600;
}

.single-post .post-content .post-featured-img > img {
  display: block;
}

@media (min-width: 1000px) {
  .single-post .post-content .post-featured-img {
    float: right;
    width: 50%;
    padding-left: 5%;
  }
}

@media (max-width: 690px) {
  .single.single-post .heading-title[data-header-style="default_minimal"] {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.post.category-members .inner-wrap::before {
  content: '\f023';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #009dd4;
  display: block;
  position: absolute;
  z-index: 50;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #FFF;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2)
}

#header-secondary-outer {
  background-color: #009dd4;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  border-bottom: 1px solid #009dd4;
}

body #header-secondary-outer nav > ul > li > a {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body #header-secondary-outer nav > ul > li:last-child,
body:not(.material) #header-secondary-outer .container nav > ul > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body #header-secondary-outer nav > ul > li > a {
  color: rgba(255, 255, 255, 0.7);
}

#header-secondary-outer nav > ul > li > a:hover,
#header-secondary-outer nav > ul > li.current-menu-item > a,
#header-secondary-outer nav > ul > li.current-menu-ancestor > a {
  color: rgba(255, 255, 255, 1);
}

body #header-secondary-outer .nectar-center-text {
  display: inline;
  position: relative;
  width: auto;
  padding: 0 15px 0 0;
  font-size: 14px;
  height: 100%;
  top: 1px;
  left: auto;
}

#header-secondary-outer ul {
  float: none;
  display: inline-flex !important;
  margin: 0;
  width: auto !important;
  border: none !important;
}

#header-secondary-outer ul li {
  float: none;
}

.off-canvas-menu-container .secondary-header-text {
  display: none !important;
}

@media screen and (max-width: 690px) {
  body.original #header-secondary-outer, body.ascend #header-secondary-outer {
    display: block;
  }

  body.ascend #header-secondary-outer .nectar-center-text, body.original #header-secondary-outer .nectar-center-text {
    display: inline;
    font-size: 12px;
    padding-right: 6px;
  }

  body:not(.material) #header-secondary-outer nav ul.sf-menu {
    padding: 0 !important;
  }

  body #header-secondary-outer .container nav > ul > li a {
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 10px 6px !important;
  }
}

header#top nav > ul > li.login-button > a {
  height: 78px;
  margin-top: -15px;
  padding: 18px 20px !important;
  text-align: center;
  color: #fff;
  background: transparent;
}

.detached header#top nav > ul > li.login-button > a,
#header-outer:not([data-transparent-header="true"]) header#top nav > ul > li.login-button > a {
  background: linear-gradient(180deg, #5fc9d8, #3178bd);
}

header#top nav > ul > li.login-button > a::before {
  display: block;
  content: '\f007';
  font-family: 'FontAwesome';
  line-height: 20px;
}

header#top nav > ul > li.login-button > a::after {
  bottom: -26px !important;
}

#products-mobile .nectar-fancy-box {
  padding: 8% 10% 10px;
}

#products-mobile .nectar-fancy-box .inner h2 {
  font-size: 24px;
  line-height: 30px;
}

#products-mobile .nectar-fancy-box .inner h5 {
  font-size: 16px;
  line-height: 18px;
}

#products-mobile .nectar-fancy-box .inner p {
  height: 70px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.75;
  overflow: hidden;
}

@media (max-width: 979px) {
  #home h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  #home p {
    font-size: 14px;
    line-height: 1.5;
  }

  #products {
    display: none !important;
  }
}

@media (min-width: 980px) {
  #products-mobile {
    display: none !important;
  }
}
