/*
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
*/
.nectar-post-grid-wrap[data-style=content_overlaid] .nectar-post-grid[data-grid-item-height*=vh][data-masonry=yes] .nectar-post-grid-item {
  min-height: 400px;
}

.nectar-post-grid-item__excerpt-wrap.item-meta-extra {
  display: none !important;
  transition: transform 0.3s ease;
  height: 0px;
}

.nectar-post-grid-item .post-heading {
  display: none !important;
  transition: transform 0.3s ease;
  height: 0px;
}
.nectar-post-grid-item:hover .post-heading {
  display: block !important;
  height: auto;
}
.nectar-post-grid-item:hover .nectar-post-grid-item__excerpt-wrap.item-meta-extra {
  display: inline-block !important;
  height: auto;
}
@media (max-width: 999px) {
  .nectar-post-grid-item:hover .bg-overlay {
    opacity: 0.9 !important;
  }
}
.nectar-post-grid-item .content .post-heading {
  max-width: 90% !important;
}
@media (max-width: 999px) {
  .nectar-post-grid-item .bg-overlay {
    opacity: 0.1 !important;
  }
}

.form-col {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
}
.form-col > div {
  padding: 40px;
}
@media (max-width: 550px) {
  .form-col > div {
    padding: 20px;
  }
}
.form-col .gfield_label,
.form-col input[type=submit] {
  color: #fff;
  font-size: 16px !important;
}
.form-col input,
.form-col textarea,
.form-col .gform_required_legend {
  text-align: left;
}
.form-col p {
  font-size: 14px !important;
  line-height: normal !important;
}
.form-col p a {
  color: #fff !important;
}
.form-col .gform_confirmation_message_1 {
  text-align: center !important;
}
@media (max-width: 1000px) {
  .form-col .gform_footer {
    justify-content: center;
  }
}

#contact-button {
  font-size: 18px !important;
}

.password_protected {
  position: absolute;
  height: 100%;
  width: 100%;
}

.meta-category {
  position: absolute !important;
  top: 20px !important;
}
.meta-category .style-button {
  color: #fff;
  font-weight: bold;
  background: transparent !important;
  border: 2px solid white !important;
  border-radius: 20px !important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
}

.pum-theme-266 .pum-content + .pum-close,
.pum-theme-pooja-cuts .pum-content + .pum-close {
  border-radius: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

#gform_submit_button_1 {
  background: #ff6663;
}

#footer .nectar_icon_wrap {
  margin-bottom: 0px;
}

#page-header-wrap h1,
.nectar-box-roll h1 {
  text-align: center;
}
#page-header-wrap h1 span,
.nectar-box-roll h1 span {
  display: block;
  padding-bottom: 10px;
  font-family: Lora;
}

.single-video .row {
  padding-bottom: 0px;
}
.single-video .row.heading-title.hentry {
  margin-bottom: 0px;
  padding: 5px 0px;
}
.single-video .container-wrap {
  padding-top: 0px !important;
}
.single-video .video-description {
  padding: 20px 0 !important;
}

.scroll-down-wrap.no-border .section-down-arrow {
  bottom: 33px;
}

.testimonial_slider .open-quote,
.testimonial_slider .close-quote {
  display: none !important;
}
@media (max-width: 900px) {
  .testimonial_slider p {
    font-size: 20px !important;
    line-height: 150% !important;
  }
}

.carousel.clients .no-link.img-loaded {
  opacity: 0.5;
}
.carousel.clients .no-link.img-loaded img {
  margin-bottom: 0px !important;
}

body.no-scroll.nectar_box_roll nav {
  display: none !important;
}
body.no-scroll.nectar_box_roll .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
  display: none !important;
}

@media only screen and (max-width: 999px) {
  .nectar-post-grid-filters {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 0 20px;
  }
  .nectar-post-grid-filters[data-align=left] {
    text-align: center;
  }
}
#about a {
  color: #ff6663 !important;
}

.stamp {
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.stamp.official_selection {
  background-image: url("assets/images/officialselection.png");
}
.stamp.award_winner {
  background-image: url("assets/images/award.png");
}
/*# sourceMappingURL=style.css.map */