/*===============MOBILE AND UP===============*/
#skip2content {
  padding: 0;
}
/* ===== BLOG FRAMEWORK ===== */
.read-more {
  display: block;
  float: right;
  color: #275D38;
  font-size: 14px;
  padding: 10px 40px 10px 0;
  background-image: url("/_common/blog/images/arrow_circle_gray.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.read-more:hover {
  background-image: url("/_common/blog/images/arrow_circle_green_hover.png") !important;
}
.blog-columns {
  max-width: 1200px;
  margin: 0 auto;
}
.blog-main-content {
  padding-left: 0;
  padding-right: 0;
}
.blog-main-content .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.section-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #777;
  padding: 20px 30px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
/* ===== LISTING PAGES ===== */
/* PAGE HEADER */
section[data-uvu-template="header-default"] {
  padding: 0;
}
section[data-uvu-template="header-default"] header {
  font-family: "Stratum-1-web", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 40px;
  color: #777;
}
section[data-uvu-template="header-default"] + section {
  padding: 0;
}
/* FEATURED LISTING */
.featured-post {
  position: relative;
  margin: 0 0 20px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #e1e1e1;
  background-size: cover;
}
.featured-post.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.featured-content {
  color: #fff;
  padding: 30px;
  margin-top: 20%;
  background: rgba(1, 1, 1, 0.6);
}
.featured-title,
.featured-title a {
  color: #fff;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  padding-top: 0;
}
.featured-read-more a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 40px 0 0;
  background: url(/_common/blog/images/arrow_circle_gray.png) no-repeat center 10px;
}
/* END FEATURED */
/* ====== LISTINGS ======  */
.blog-listings {
  height: 100%;
}
.listing-post {
  font-size: 14px;
  padding: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.listing-post-title {
  padding-top: 0;
  margin: 0 0 10px;
}
.listing-post-title a {
  font-family: arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #777;
}
.listing-post-details {
  font-weight: normal;
}
.listing-post-details,
.post-details,
.post-author,
.read-more {
  font-size: 16px;
}
.listing-post-details {
  color: #757677;
}
.listing-post-description {
  padding-bottom: 15px;
}
.listing-post-thumbnail {
  max-width: 100%;
  padding: 0 15px 15px;
}
.listing-pagination {
  padding: 20px;
}
.listing-pagination:after {
  display: table;
  content: '';
  clear: both;
}
.listing-older {
  float: left;
}
.listing-newer {
  float: right;
}
/* === SIDEBAR WIDGETS === */
.side-widgets {
  background-color: #f9f9f9;
  border-left: 1px solid #e1e1e1;
  padding: 0;
}
.side-widgets .section-title {
  font-size: 18px;
  text-align: center;
  padding: 12px;
  margin: 0;
  border: none;
  background-color: #eee;
}
.recent-list,
.posts-by-tag {
  padding: 20px;
}
.recent-list li,
.posts-by-tag li {
  font-size: 16px;
  margin-left: 30px;
}
.recent-list:after,
.posts-by-tag:after {
  display: table;
  content: '';
  clear: both;
}
.posts-by-tag li {
  float: left;
}
.archive-list .accordion {
  padding: 10px 20px;
  margin: 0;
  background-color: inherit;
}
.archive-list .accordion:after {
  align-items: center;
  background-color: inherit;
  border-radius: 0;
  bottom: 0;
  color: #000;
  content: "\f104";
  font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
  font-size: 90%;
  height: auto;
  justify-content: center;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.archive-list .accordion.open:after {
  content: '\f107';
}
.archive-list .accordion:hover {
  background-color: #f4f4f4;
}
.archive-list ul {
  padding-left: 15px;
  list-style-type: none;
}
/* ========== POST PAGES ========== */
.blog-post-captioned {
  padding: 0 15px;
  font-size: 18px;
}
.blog-post-captioned .post-image {
  padding: 0;
}
.blog-post-captioned .post-title {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 24px;
  font-weight: 500;
}
.post-caption {
  background-color: #f9f9f9;
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.post-details {
  margin: 0;
}
.post-meta {
  padding: 0 30px;
}
.post-date {
  color: #7d7d7d;
  font-family: "Stratum-1-web", sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
}
.post-thumb {
  padding: 20px 20px 20px 0;
  float: left;
}
.post-tag-list ul {
  list-style: outside none none;
  padding: 0 30px;
}
.post-tag-list li {
  display: inline-block;
  margin-bottom: 30px;
}
.post-tag-list li a {
  background-color: #eee;
  border-radius: 4px;
  color: #00843d;
  font-size: 16px;
  margin: 5px;
  padding: 5px 10px;
  text-decoration: none;
}
.post-tag-list li a:hover {
  background-color: #00843d;
  color: #fff;
}
.post-related-list li {
  font-size: 16px;
  padding: 5px;
}
.post-related-list li a,
.post-related-list li a:hover {
  color: #944100;
}
.recent-list-images {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.recent-list-images h2 {
  font-weight: 600;
  color: #777;
}
.recent-list-images .recent-list-post {
  padding-bottom: 40px;
}
.recent-list-images .read-more {
  position: absolute;
  bottom: 0;
}
/*End mobile and up styles*/
/*===============TABLET AND UP===============*/
/*end media query*/
/*End tablet and up styles*/
/*===============DESKTOP ONLY===============*/
/*end media query*/
/*end desktop only styles*/
/*END OF DOCUMENT*/
/*# sourceMappingURL=./blog-modern.css.map */