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

.post.link .post-content h3 {
  font-size: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 690px) {
  .post.link .post-content h3 {
	font-size: 18px;
    line-height: 28px;
  }
}

.post.link .post-content .custom-link-inner .icon {
    bottom: 95px;
    height: 20px;
    width: 18px;
    display: block;
    background-image: url(./img/icons/link-mp.png);
    position: absolute;
    right: 20px;
}


