/******************************************************************************/
/******************************************************************************/
/**************************** GLOBAL STYLES & UTILITIES ***********************/
/******************************************************************************/
/* 768px and all */
/* HTML DEFAULTS */
html {
  overflow: visible;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #2f2f2f !important;
}

em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: 700;
}

.site {
  margin-top: 4rem;
}

/* Front Headings - Bad Naming!! */
.front-page-header {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 1.25rem;
}

.front-page-header span {
  background-color: #ffffff;
  padding-right: 10px;
  font-size: 21px;
  text-align: left;
  position: relative;
  padding: 0px 20px 0 0;
  z-index: 2;
}

.front-page-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  border-top: 1px solid #e0a012;
  z-index: 1;
}

/* Video PLay button Overlay */
.full_width a figure .fa.fa-play {
  font-size: 5em;
  color: rgba(255, 255, 255, 0.7);
}

.full_width a:hover figure .fa.fa-play {
  color: rgba(255, 255, 255, 1);
}

/* Category Header */
.category-header .text-primary {
  font-size: 36px;
  margin-top: 1.6rem;
  margin-bottom: 1.2rem;
  display: block;
  font-weight: 800;
}

.category-header p {
  font-size: 16px;
  line-height: 1.6;
  color: #2f2f2f;
}

/*New Top Stories*/
.newTopStory .main-feature-wrapper {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.newTopStory .featured-banner-container {
  width: auto;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #2f2f2f;
  /* position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; */
}

.newTopStory .main-post-meta .content-container {
  padding: 15px;
}

.newTopStory a figure .fa.fa-play {
  font-size: 5em;
  color: rgba(255, 255, 255, 0.7);
}
.newTopStory a:hover figure .fa.fa-play {
  color: rgba(255, 255, 255, 1);
}

.newTopStory a {
  color: #2f2f2f;
}

.newTopStory a:hover {
  color: #676767;
}

.newTopStory .other-posts:last-child hr.seperator {
  display: none;
}

.newTopStory hr.seperator {
  border-bottom: 1px solid #e7e7e7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0;
  width: 95%;
}

.newTopStory .main-post-meta h3 {
  font-size: 21px;
}

.newTopStory .main-post-meta p.small-text,
.newTopStory .other-posts-meta p.small-text {
  font-size: 12px;
}

.newTopStory .main-post-meta p.small-text a,
.newTopStory .other-posts-meta p.small-text a {
  color: #009894;
}

.newTopStory .main-post-meta p.small-text a:hover,
.newTopStory .other-posts-meta p.small-text a:hover {
  color: #008985;
}

.newTopStory .other-posts-thumb img {
  width: 126px;
  height: 71px;
  overflow: hidden;
}

.newTopStory .other-posts-thumb figure {
  height: 67px;
  width: 120px;
  overflow: hidden;
  margin-bottom: 16px;
}

.newTopStory .other-posts-thumb a figure .fa.fa-play {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.7);
}
.newTopStory .other-posts-thumb a:hover figure .fa.fa-play {
  color: rgba(255, 255, 255, 1);
}

.newTopStory .other-posts-meta h3 {
  font-size: 14px;
}

/* Latest Posts */
.newLatestPosts a figure {
  height: 200px;
  display: block;
  overflow: hidden;
}

.newLatestPosts .col-md-4 {
  margin-bottom: 3rem;
}

.newLatestPosts a {
  color: #2f2f2f;
}

.newLatestPosts a:hover {
  color: #676767;
}

.newLatestPosts .post-detail h3 {
  font-size: 18px;
}

.newLatestPosts .post-detail p.small-text {
  font-size: 12px;
}

.newLatestPosts .post-detail p.small-text a {
  color: #009894;
}

.newLatestPosts .post-detail p.small-text a:hover {
  color: #008985;
}

/* LOAD MORE */
.loadMore {
  cursor: pointer;
  display: block;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s;
}

/* Post Tags List */
.post-tags-list ul {
  margin: 0;
  padding: 0;
}

.post-tags-list .initial {
  display: none;
}

.post-tags-list ul li {
  display: inline-block;
  margin-bottom: 1rem !important;
}

.post-tags-list ul a {
  font-size: 12px;
  line-height: 1.3;
  margin: 0 1rem;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  background-color: #e7e7e7;
  color: #676767 !important;
}

.post-tags-list ul a:hover {
  background-color: #008985;
  color: #e7e7e7 !important;
}

.post-tags-list ul a:first-child {
  margin-left: 0;
}
/* Your Say Category */
.your-say-section .main-copy h1,
.your-say-section .main-copy h2 {
  font-size: 24px;
  color: #009894;
}

.your-say-section .main-copy p {
  font-size: 16px;
}

.your-say-section .steps-copy .copy-container {
  width: 60%;
}

.your-say-section .steps-copy .copy-container p {
  font-size: 14px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0;
  font-weight: 700;
}

h6,
.h6 {
  font-weight: 400;
}

/*Text Utilities*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.text-primary {
  color: #009894 !important;
}

.text-accent {
  color: #fcb12f !important;
}

.text-grey-40 {
  color: #2f2f2f !important;
}

.text-grey-30 {
  color: #676767 !important;
}

.text-grey-20 {
  color: #b5b5b5 !important;
}

.text-grey-10 {
  color: #e7e7e7 !important;
}

/*Background Utilities*/
.bg-primary {
  background-color: #009894 !important;
}

.bg-accent {
  background-color: #fcb12f !important;
}

.bg-grey-40 {
  background-color: #2f2f2f !important;
}

.bg-grey-30 {
  background-color: #676767 !important;
}

.bg-grey-20 {
  background-color: #b5b5b5 !important;
}

.bg-grey-10 {
  background-color: #e7e7e7 !important;
}

/*Buttons*/
.newBtn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 2rem;
  font-size: 14px;
  line-height: 1.5;
}

.btn-primary {
  color: #fff !important;
  background-color: #009894;
  border-color: #009894;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #008985;
  border-color: #008985;
}

.btn-secondary {
  color: #009894 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-secondary:hover {
  color: #009894 !important;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.btn-md-play {
  color: #ffffff;
  font-size: 17px;
  line-height: 0;
  padding: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
  margin-top: 10px;
  display: block;
  width: 57px;
  height: 57px;
}

a:hover .btn-md-play {
  background-color: rgba(0, 152, 147, 0.5);
}
.btn-sm-play {
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  height: 30px;
  line-height: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
  margin-top: 10px;
}

a:hover .btn-sm-play {
  background-color: rgba(0, 152, 147, 0.5);
}

/* Full Section Span */
.full-screen-width-md {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* For Embeds */
.fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
  width: 100%;
}
.fb_iframe_widget span {
  position: static !important;
}
blockquote.tiktok-embed {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
}
/* Front-Page Carousel Feature */
#front-page-carousel-feature {
  border: 1px solid #d8d8d8;
  height: 192px;
  width: 100%;
}
#front-page-carousel-feature .fpc-feature-image {
  width: 190px;
  height: 190px;
  background-image: url(/wp-content/uploads/2021/08/story-of-kindness-cover.jpg);
  background-position: center;
  background-size: cover;
}
#front-page-carousel-feature .fpc-copy {
  height: 100%;
  width: 100%;
  padding: 16px;
}
#front-page-carousel-feature .fpc-copy .fpc-heading {
  color: #009894;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

#front-page-carousel-feature .fpc-copy .fpc-content {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;

  color: #676767;
}

#front-page-carousel-feature .fpc-copy .fpc-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;

  margin-right: auto;
  padding: 6px 14px;
  background: #009894;
}

#front-page-carousel-feature .fpc-copy .fpc-button:hover {
  background: #000000;
}

@media (min-width: 768px) {
  blockquote.tiktok-embed {
    position: static;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .front-page-header span {
    font-size: 21px;
    line-height: 1.2;
  }

  .newTopStory .featured-banner-container {
    width: 740px;
    height: 416px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #2f2f2f;
    /* position: inherit;
    left: inherit;
    right: inherit;
    margin-left: 0;
    margin-right: 0; */
  }

  .newTopStory .main-post-meta .content-container {
    padding: 20px;
  }

  .newTopStory .main-post-meta h3 {
    font-size: 24px;
    margin-top: 0;
  }

  .newTopStory .main-post-meta p.small-text,
  .newTopStory .other-posts-meta p.small-text {
    font-size: 12px;
  }

  .newTopStory .other-posts-meta h3 {
    font-size: 14px;
  }
  .newTopStory hr.seperator {
    margin-bottom: 0;
    margin-top: 0;
  }
  .category-header .text-primary {
    font-size: 60px;
    margin-top: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 800;
  }

  .category-header p {
    font-size: 18px;
    line-height: 1.4;
  }

  .post-tags-list ul a {
    font-size: 14px;
  }

  .newLatestPosts .post-detail h3 {
    font-size: 18px;
  }

  .newLatestPosts .post-detail p.small-text {
    font-size: 12px;
  }
  .your-say-section .main-copy h1,
  .your-say-section .main-copy h2 {
    font-size: 24px;
  }

  .your-say-section .main-copy p {
    font-size: 16px;
  }

  .your-say-section .steps-copy .copy-container {
    width: 50%;
  }

  .your-say-section .steps-copy .copy-container p {
    font-size: 14px;
  }

  /* Front-Page Carousel Feature */
  #front-page-carousel-feature {
    width: 352px;
  }
}
