/**
 * Info and Info Lite template styles
 */

/* Header Area
--------------------------------------------- */

.page-template-page-info .entry-header h1,
.page-template-page-info-lite .entry-header h1 {
  margin-bottom: 1.5rem;
  font-size: 36px;
  text-align: center;
}

@media (min-width: 768px) {
  .page-template-page-info .entry-header h1,
  .page-template-page-info-lite .entry-header h1 {
    margin-bottom: 2rem;
    font-size: 52px;
  }
}

/* Content Area
--------------------------------------------- */

.page-template-page-info .entry-content > p:first-child,
.page-template-page-info-lite .entry-content > p:first-child {
  font-size: 18px;
}

.page-template-page-info .entry-content hr,
.page-template-page-info-lite .entry-content hr {
  margin-top: 2rem;
  margin-bottom: 3rem;
  border-top: 1px solid #dfdfdf;
  border-bottom: 0;
}

/* Content Views block
--------------------------------------------- */

/* Grid container */
.page-template-page-info-lite .pt-cv-wrapper {
  margin-top: 2rem;
}

/* Grid item */
.page-template-page-info-lite .pt-cv-wrapper .pt-cv-content-item {
  margin-bottom: 0.5rem !important;
}

@media (min-width: 768px) {
  .page-template-page-info-lite .pt-cv-wrapper .pt-cv-content-item {
    margin-bottom: 0;
  }
}

/* Grid item body */
.page-template-page-info-lite .pt-cv-wrapper .pt-cv-ifield {
  margin-bottom: 1rem !important;
  background-color: #f5f6f7;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.2);
}

/* Grid item image */
.page-template-page-info-lite .pt-cv-wrapper .pt-cv-thumbnail img {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: none;
}

/* Grid item title and content */
.page-template-page-info-lite .pt-cv-wrapper .pt-cv-title,
.page-template-page-info-lite .pt-cv-wrapper .pt-cv-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.page-template-page-info-lite .pt-cv-wrapper .pt-cv-title {
  height: auto !important;
  margin-top: 1.25rem !important;
  margin-bottom: 1rem;
  line-height: 1.6rem;
  font-weight: 600;
}

.page-template-page-info-lite .pt-cv-wrapper .pt-cv-title a {
  color: #333;
  font-weight: 600;
}

.page-template-page-info-lite .pt-cv-wrapper .pt-cv-title a:hover {
  color: #005fb9;
}

.page-template-page-info-lite .pt-cv-wrapper .pt-cv-content {
  margin-bottom: 1.25rem;
}

.page-template-page-info-lite .pt-cv-wrapper .pt-cv-content .pt-cv-readmore {
  margin-top: 1.25rem;
  color: #005fb9;
}

.page-template-page-info-lite .pt-cv-wrapper .pt-cv-content .pt-cv-readmore:hover {
  color: #000 !important;
}
