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

::-moz-selection { /* Code for Firefox */
  color: white;
  background:#37B649;
}

::selection {
  color: white;
  background: #37B649;
}

img {
	border-radius: 5px;
}

.nectar_cascading_images {
  border-radius: 4%;
}

.img-with-animation {
  border-radius: 2%;
}

.team-member-image,
.team-member-overlay {
  border-radius: 4%;
}

#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a,
.material #page-header-bg.fullscreen-header .inner-wrap > a {
  display: none;
}

.sub-menu {
  border-radius: 5px;
}

/* removing metadata under each article */
#single-below-header {
  display: none;
}

/* removing comment section and author bio */
#author-bio,
.comment-wrap {
  display: none;
}

.hero-height {
  height: 50vh;
}

/* removing author from post links */
.article-content-wrap > .grav-wrap {
  display: none;
}

.excerpt {
  display: none;
}

.button-link-width {
	min-width: 320px;
}

@media (max-width: 1400px) {
	.button-link-width {
	min-width: 220px;
}
}
@media (max-width: 700px) {
	.button-link-width {
	width: 100%;
}
}
