/*
* wellness_outdoor.css
*
*/
/* --------------------------------
   wellness_outdoor
-------------------------------- */
.generic-html-content.wellness-outdoor p {
  font-size: 16px;
}

.wellness-outdoor-content {
	margin: 0 auto;
	width: 80%;
}
@media screen and (max-width: 750px) {
  .wellness-outdoor-content {
	padding: 0 28px;
	width: auto;
  }
}

.wellness-outdoor .generic-head-title {
  margin-bottom: 70px;
}

.wellness-outdoor-study .generic-head-title {
  padding-top: 80px; 
  text-align: center;
  font-size: 26px;
}

.wellness-outdoor .card-with-image {
  padding-right: 20px;
  padding-left: 0;
}

.wellness-outdoor .l-card-item:before {
  display: none;
}

.wellness-outdoor .l-card-item:hover {
  text-decoration: none;
}

.wellness-outdoor .l-card-item .card-with-image-small:hover .card-with-image-title:after {
  width: 0;
}

.wellness-outdoor .l-card-item .card-with-image-small:hover .card-with-image-bg {
  background-size: 100%;
}

.wellness-outdoor .l-card-item:nth-child(2n) .card-with-image {
  padding-right: 0; 
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  .wellness-outdoor .l-card-item.l-grid-item {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .wellness-outdoor .card-with-image-small .card-with-image-bg {
    width: 540px;
    height: 400px;
  }
}

.blog-link {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 12px; 
  line-height: 2.44;
}
.blog-link a {
  color: #003a70;
  font-size: 16px;
}
.blog-link a:before {
  content: "";
  position: absolute;
  bottom: 0; 
  width: 100%;
  height: 1px;
  background: #003a70;
}

@media screen and (min-width: 750px) {
  .post-type-content table {
    table-layout: fixed;
  }
  .post-type-content table span {
    display: block;
  }
  .post-type-content table th.class {
	width: 10%;
  }
  .post-type-content table th.week {
	width: auto;
  }
  .post-type-content table th.time {
	width: 15%;
  }
  .post-type-content table td:first-child {
	font-weight: normal;
	width: auto;
  }
}

.post-type-content table td {
  padding: 13px 10px;
}

.generic-html-content li p {
  padding-left: 0;
}

@media screen and (max-width: 750px) {
  .post-type-content table th {
	width: auto;
  }
}
