/* Allstars Main css */
img {
  display: inline-block; }

body {
  font-family: "Open Sans", "PingFang TC", "Heiti TC", "微軟正黑體", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", 'Adobe 繁黑體 Std', 'AdobeFanHeitiStd-Bold', "PingFang TC", "Heiti TC", "微軟正黑體", sans-serif; }

.sp-page-title {
  padding: 75px 0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  .sp-page-title::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    top: 0; }
  .sp-page-title > .container {
    position: relative;
    text-align: center; }
    .sp-page-title > .container h2 {
      font-size: 36px; }
    .sp-page-title > .container > .breadcrumb {
      text-align: center;
      display: block; }
      .sp-page-title > .container > .breadcrumb > li {
        float: none !important;
        display: inline-block; }

#sp-right .sp-module ul.menu > li.active > a, #sp-left .sp-module ul.menu > li.active > a {
  color: #0345bf; }
  #sp-right .sp-module ul.menu > li.active > a::before, #sp-left .sp-module ul.menu > li.active > a::before {
    content: ""; }

.sppb-addon-article h3 {
  font-size: 1.5rem; }
  .sppb-addon-article > a > img {
    margin-bottom: 20px;
    border-radius: 3px; }

.article-details {
  font-size: 18px;
  line-height: 1.7; }
  .article-details p {
    margin-bottom: 1em; }
  .article-details div[itemprop=articleBody] .h1, .article-details div[itemprop=articleBody] .h2, .article-details div[itemprop=articleBody] .h3, .article-details div[itemprop=articleBody] h1, .article-details div[itemprop=articleBody] h2, .article-details div[itemprop=articleBody] h3 {
    margin-top: 1.1em;
    margin-bottom: 0.7em; }
  .article-details h1[itemprop=headline] {
    margin-top: 10px;
    margin-bottom: 0.5em; }

#sp-bottom #allstars-bottom-about .bottom-logo-wrapper {
  margin-bottom: 25px; }
  #sp-bottom #allstars-bottom-about .bottom-logo-wrapper h2 {
    color: #eee;
    margin-top: 0; }
  #sp-bottom #allstars-bottom-social-icons {
    margin-top: 25px; }
  #sp-bottom #allstars-bottom-social-icons a.social-icon {
    font-size: 16px; }
  #sp-bottom #allstars-bottom-social-icons a.social-icon svg .fill {
    fill: #a2a2a2;
    transition: all 0.5s; }
  #sp-bottom #allstars-bottom-social-icons a.social-icon svg .fill:hover {
    fill: #fff; }
