/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

a:hover {
  text-decoration: none;
}

.btn-fav {
  display: none !important;
}

body.single-post .archive-head {
  display: none !important;
}

.x-iso-container-posts .post .entry-featured {
  border-bottom: 0 solid transparent;
}

.x-iso-container-posts .post .entry-featured a.entry-thumb:hover:before {
  opacity: 0;
}

.x-iso-container-posts .post .entry-featured a.entry-thumb img {
  transition: opacity 0.25s ease;
}

.x-iso-container-posts .post .entry-featured a.entry-thumb:hover img {
  opacity: 0.6;
}

.x-iso-container-posts .post .entry-wrap {
  background: #C847A2;
}

.x-iso-container-posts .post .entry-wrap .entry-header h2 {
  text-align: left;
  font-weight: 500;
}

.x-iso-container-posts .post .entry-wrap .entry-header h2 a {
  color: #fff;
}

.x-iso-container-posts .post .entry-wrap .entry-content p {
  color: #fff;
}


