/*
	Name:Zinnia
    URI: http://demo.shapedtheme.com/zinnia
	Author: ShapedTheme
	Author URI: http://shapedtheme.com
	Version: 1.0.0
*/
/*
*    Table of Contents:
*        01. Default CSS
*        02. Components CSS
*        03. Form CSS
*        04. Main navigation CSS
*        05. Header CSS
*        06. Sidebar CSS
*        07. Footer CSS
*        08. Blog page CSS
*        09. Contact page CSS
*        10. 404 page CSS
*        11. Responsive CSS
* cor padrao: color: #e66eaf;
*/
/*------------------------------------*\
   01. Default CSS
\*------------------------------------*/
body {
  background: #f8f8f8;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  margin-top: 0; }

p {
  padding-top: 0;
  margin-top: 0; }

a {
  -webkit-transition: all 333ms;
  -moz-transition: all 333ms;
  -ms-transition: all 333ms;
  -o-transition: all 333ms;
  transition: all 333ms;
  color: #333; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

img {
  max-width: 100%; }

ul {
  list-style: none; }
  ul li {
    list-style: none; }

p {
  font-size: 14px;
  line-height: 24px; }

select:focus, select:active, input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active {
  outline: none; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none !important;
  outline: 0; }

.form-control:focus {
  box-shadow: none; }

.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.media-left, .media > .pull-left {
  padding-right: 15px;
  float: left; }

.zinnia-page.container {
  background-color: #fff;
  padding-right: 40px;
  padding-left: 40px; }

footer .container {
  background-color: #fff;
  padding-right: 40px;
  padding-left: 40px; }

.single-tag a {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: #1E48BD;
  letter-spacing: 1px; }

.heading, .single-blog-post .post-header h2.post-title {
  font-size: 24px;
  margin-bottom: 20px; }

/*------------------------------------*\
   02. Components CSS
\*------------------------------------*/

/*------------------------------------*\
   03. Form CSS
\*------------------------------------*/
.search {
  width: 100%; }
  .search h3 {
    margin-top: 0;
    padding-top: 0; }
  .search input[type="search"] {
    border: 0;
    height: 50px;
    width: 80%;
    font-size: 18px;
    padding-left: 10px;
    padding-bottom: 5px; }
  .search button {
    border: 0;
    background: none;
    padding: 0;
    vertical-align: top;
    margin-left: -4px; }

/* comment form*/
#respond {
  margin-bottom: 50px; }
  #respond #reply-title {
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 26px;
    text-align: center; }
  #respond input[type="text"],
  #respond input[type="email"],
  #respond input[type="url"] {
    display: block;
    width: 100%;
    height: 38px;
    font-size: 12px;
    border: 1px solid #d6d6d6;
    background: #fff;
    margin-bottom: 24px;
    padding: 0 15px;
    border-radius: 0; }
  #respond input:focus[type="text"],
  #respond input:focus[type="email"],
  #respond input:focus[type="url"],
  #respond textarea:focus {
    outline: none;
    border-color: #1E48BD; }
  #respond textarea {
    display: block;
    width: 100%;
    height: 140px;
    font-size: 12px;
    border: 1px solid #d6d6d6;
    margin-bottom: 24px;
    padding: 10px 15px;
    border-radius: 0; }
  #respond button.btn {
    border-radius: 0;
    background: transparent;
    border: 1px solid #d6d6d6;
    letter-spacing: 1px;
    padding: 7px 15px;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -ms-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s; }
    #respond button.btn:hover {
      background: #1E48BD;
      border-color: #1E48BD;
      color: #fff; }

/*------------------------------------*\
   04. Main navigation CSS
\*------------------------------------*/
.zinnia-menu {
  margin-bottom: 25px; }
  .zinnia-menu .navbar {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0; }
    .zinnia-menu .navbar .navbar-toggle .icon-bar {
      background: #1E48BD; }
    .zinnia-menu .navbar .navbar-toggle.collapsed .icon-bar {
      background: #333; }
    .zinnia-menu .navbar .nav {
      float: none;
      margin: 0 auto;
      width: 100%; }
      .zinnia-menu .navbar .nav li {
        display: inline-block;
        float: none; }
        .zinnia-menu .navbar .nav li.dropdown > a:after {
          display: inline-block;
          content: "\f107";
          margin-left: 5px;
          font-family: "FontAwesome";
          font-size: 11px;
          line-height: 0.9;
          color: #333;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .zinnia-menu .navbar .nav li.dropdown .dropdown > a:after {
          content: "\f105";
          float: right;
          line-height: 1.8; }
        .zinnia-menu .navbar .nav li.dropdown.open > a {
          background-color: transparent !important;
          color: #1E48BD; }
          .zinnia-menu .navbar .nav li.dropdown.open > a:focus, .zinnia-menu .navbar .nav li.dropdown.open > a:active {
            background-color: transparent !important; }
          .zinnia-menu .navbar .nav li.dropdown.open > a:after {
            color: #1E48BD; }
        .zinnia-menu .navbar .nav li.dropdown.open a:hover:after {
          color: #1E48BD; }
        .zinnia-menu .navbar .nav li.dropdown .dropdown-menu {
          border-radius: 0;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          transition: all 0.25s; }
          .zinnia-menu .navbar .nav li.dropdown .dropdown-menu .dropdown-menu {
            top: -8px;
            left: 100%;
            z-index: 1000;
            border-radius: 0; }
          .zinnia-menu .navbar .nav li.dropdown .dropdown-menu li:last-child a {
            border: none; }
          .zinnia-menu .navbar .nav li.dropdown .dropdown-menu li a {
            border-bottom: 1px solid #eee;
            margin: 0;
            text-decoration: none;
            text-transform: uppercase;
            padding: 9px 18px;
            line-height: 1.8;
            width: 220px; }
        .zinnia-menu .navbar .nav li a {
          display: block;
          font-size: 11px;
          letter-spacing: 1px; }
          .zinnia-menu .navbar .nav li a:hover, .zinnia-menu .navbar .nav li a:focus {
            background: transparent !important;
            color: #1E48BD; }
        .zinnia-menu .navbar .nav li.active a {
          background: transparent;
          color: #1E48BD; }

/*------------------------------------*\
   05. Header CSS
\*------------------------------------*/
header .zinnia-logo {
  margin-top: 40px;
  margin-bottom: 40px; }

/*------------------------------------*\
   06. Sidebar CSS
\*------------------------------------*/
.zinnia-sidebar .widget {
  margin-bottom: 50px;
  overflow: hidden; }
  .zinnia-sidebar .widget ul {
    margin: 0;
    padding: 0; }
    .zinnia-sidebar .widget ul li {
      border-bottom: 1px solid #d6d6d6;
      padding: 6px 0; }
      .zinnia-sidebar .widget ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .zinnia-sidebar .widget ul li a {
        color: #222;
        line-height: 26px;
        font-size: 14px; }
      .zinnia-sidebar .widget ul li span {
        line-height: 26px; }
  .zinnia-sidebar .widget .widget-title {
    margin-bottom: 20px; }
    .zinnia-sidebar .widget .widget-title h2 {
      font-family: "Lato", sans-serif;
      padding: 15px 0;
      font-size: 13px;
      letter-spacing: 1px;
      border: 1px solid #d6d6d6; }
  .zinnia-sidebar .widget.widget-categories li a:hover {
    color: #1E48BD; }
  .zinnia-sidebar .widget.about-me {
    margin-bottom: 39px; }
    .zinnia-sidebar .widget.about-me .about-img {
      margin-bottom: 25px; }
      .zinnia-sidebar .widget.about-me .about-img img {
        border-radius: 50%;
        height: 120px;
        width: 120px; }
    .zinnia-sidebar .widget.about-me h2 {
      font-size: 20px;
      margin-bottom: 7px; }
    .zinnia-sidebar .widget.about-me .sub-title {
      color: #1E48BD; }
    .zinnia-sidebar .widget.about-me .about-me-content p {
      letter-spacing: 0.5px;
      margin-bottom: 15px; }
    .zinnia-sidebar .widget.about-me .about-me-social ul li {
      border: none; }
      .zinnia-sidebar .widget.about-me .about-me-social ul li a {
        display: block;
        height: 32px;
        width: 32px;
        margin-right: 5px;
        font-size: 14px;
        border: 1px solid #d6d6d6;
        border-radius: 50%;
        color: #999999; }
        .zinnia-sidebar .widget.about-me .about-me-social ul li a .fa {
          line-height: 32px; }
        .zinnia-sidebar .widget.about-me .about-me-social ul li a:hover {
          color: #fff;
          background: #1E48BD;
          border-color: #1E48BD; }
  .zinnia-sidebar .widget.news-letter input[type="email"] {
    font-style: italic;
    line-height: 26px;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #eaeaea;
    padding: 5px 15px;
    border-radius: 0;
    background: #fafafa; }
    .zinnia-sidebar .widget.news-letter input[type="email"]:focus {
      border-color: #1E48BD; }
  .zinnia-sidebar .widget.news-letter p {
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 15px; }
  .zinnia-sidebar .widget.news-letter .btn-subscribe {
    width: 100%;
    background-color: #1E48BD;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.33s;
    transition: all 0.33s;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 9px 0;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -ms-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s; }
    .zinnia-sidebar .widget.news-letter .btn-subscribe:hover {
      background: rgba(230, 110, 175, 0.8); }
  .zinnia-sidebar .widget.instagram-widget {
    margin-bottom: 30px; }
    .zinnia-sidebar .widget.instagram-widget .insta-pic ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .zinnia-sidebar .widget.instagram-widget .insta-pic ul li {
        border: none;
        padding: 0;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        margin-bottom: 2%; }
        .zinnia-sidebar .widget.instagram-widget .insta-pic ul li img {
          width: 100%; }
  .zinnia-sidebar .widget.latest-post-widget {
    margin-bottom: 45px; }
    .zinnia-sidebar .widget.latest-post-widget .latest-post {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #d6d6d6; }
      .zinnia-sidebar .widget.latest-post-widget .latest-post.latest-post:last-of-type {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 5px; }
      .zinnia-sidebar .widget.latest-post-widget .latest-post .latest-post-content {
        padding-left: 5px; }
        .zinnia-sidebar .widget.latest-post-widget .latest-post .latest-post-content h2 {
          font-size: 14px;
          letter-spacing: 0.5px;
          color: #222;
          margin-bottom: 2px;
          margin-top: -5px; }
          .zinnia-sidebar .widget.latest-post-widget .latest-post .latest-post-content h2 a:hover {
            color: #1E48BD; }
        .zinnia-sidebar .widget.latest-post-widget .latest-post .latest-post-content p {
          font-size: 11px; }
  .zinnia-sidebar .widget.add-widget img {
    width: 100%; }

/*------------------------------------*\
   07. Footer CSS
\*------------------------------------*/
.zinnia-footer .footer-instagram {
  position: relative; }
  .zinnia-footer .footer-instagram .instagram-overlay-text h2 {
    position: absolute;
    width: 200px;
    font-size: 14px;
    background: #1E48BD;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Lato", sans-serif;
    line-height: 35px;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-top: -18px;
    margin-left: -100px; }
    .zinnia-footer .footer-instagram .instagram-overlay-text h2 a {
      color: #fff; }
.zinnia-footer .footer-logo {
  padding: 40px 0 35px; }
.zinnia-footer .footer-social-link ul li {
  margin-bottom: 40px; }
  .zinnia-footer .footer-social-link ul li:last-child a {
    margin-right: 0; }
  .zinnia-footer .footer-social-link ul li a {
    font-size: 14px;
    color: #333;
    letter-spacing: 0.5px;
    margin-right: 20px;
    -webkit-transition: all 0.33s;
    -moz-transition: all 0.33s;
    -ms-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s; }
    .zinnia-footer .footer-social-link ul li a:hover {
      color: #1E48BD; }
      .zinnia-footer .footer-social-link ul li a:hover .fa {
        background: #1E48BD;
        border-color: #1E48BD;
        color: #fff; }
    .zinnia-footer .footer-social-link ul li a .fa {
      color: #333;
      height: 30px;
      width: 30px;
      font-size: 13px;
      line-height: 30px;
      margin-right: 12px;
      border: 1px solid #d6d6d6;
      border-radius: 50%;
      -webkit-transition: all 0.33s;
      -moz-transition: all 0.33s;
      -ms-transition: all 0.33s;
      -o-transition: all 0.33s;
      transition: all 0.33s; }
.zinnia-footer .footer-copyright-text {
  background: #e2e2e2; }
  .zinnia-footer .footer-copyright-text p {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #222;
    padding: 8px 0; }
    .zinnia-footer .footer-copyright-text p a:hover {
      color: #1E48BD; }

/*------------------------------------*\
   08. Blog page CSS
\*------------------------------------*/
.single-blog-post {
  margin-bottom: 60px; }
  .single-blog-post .post-header h2.post-title a:hover {
    color: #1E48BD; }
  .single-blog-post .post-thumb {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden; }
    .single-blog-post .post-thumb:hover .post-overlay-meta {
      bottom: 0;
      opacity: 1; }
    .single-blog-post .post-thumb img {
      width: 100%; }
    .single-blog-post .post-thumb .post-overlay-meta {
      background: rgba(230, 110, 175, 0.6);
      display: block;
      padding: 10px 30px;
      overflow: hidden;
      position: absolute;
      width: 100%;
      height: auto;
      left: 0;
      bottom: -50px;
      opacity: 0;
      -webkit-transition: all 0.33s;
      -moz-transition: all 0.33s;
      -ms-transition: all 0.33s;
      -o-transition: all 0.33s;
      transition: all 0.33s; }
      .single-blog-post .post-thumb .post-overlay-meta .share-block span {
        color: #fff;
        float: left; }
      .single-blog-post .post-thumb .post-overlay-meta .share-block ul li {
        color: #fff;
        display: inline-block;
        float: left;
        font-style: italic; }
        .single-blog-post .post-thumb .post-overlay-meta .share-block ul li a {
          color: #fff;
          margin-left: 15px; }
      .single-blog-post .post-thumb .post-overlay-meta .post-meta {
        margin: 0;
        padding: 0; }
        .single-blog-post .post-thumb .post-overlay-meta .post-meta li {
          color: #fff;
          display: inline-block;
          font-style: italic;
          font-size: 12px;
          letter-spacing: 0.5px; }
          .single-blog-post .post-thumb .post-overlay-meta .post-meta li a {
            color: #fff; }
  .single-blog-post .post-content {
    margin-bottom: 40px; }
  .single-blog-post .link-post-format {
    padding: 30px;
    -webkit-background-size: cover;
    background-size: cover; }
    .single-blog-post .link-post-format h3 {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
      padding: 60px 0;
      margin-bottom: 0; }
      .single-blog-post .link-post-format h3 a {
        color: #fff; }
  .single-blog-post .read-more-text a {
    display: inline-block;
    border: 1px solid #1E48BD;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: bold; }
    .single-blog-post .read-more-text a:hover {
      background: #1E48BD;
      color: #fff; }

.post-navigation {
  margin-bottom: 50px;
  overflow: hidden; }
  .post-navigation a {
    display: inline-block;
    font-size: 11px; }
    .post-navigation a:hover {
      color: #1E48BD; }

.post-author-bio {
  margin-top: 10px;
  font-style: italic;
  color: #666; }

.post-author-box {
  border: 1px solid #e2e2e2;
  padding: 20px 24px;
  margin-bottom: 50px;
  background: #fafafa; }
  .post-author-box h4 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .post-author-box .author-name {
    font-size: 16px;
    margin-bottom: 8px; }
  .post-author-box .author-name a:hover {
    color: #1E48BD; }
  .post-author-box .author-bio {
    color: #555;
    margin-bottom: 10px; }
  .post-author-box .author-more a {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .post-author-box .author-more a:hover {
    color: #1E48BD; }

.post-references {
  border: 1px solid #e2e2e2;
  padding: 20px 24px;
  margin-bottom: 40px;
  background: #fff; }
  .post-references h4 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .post-references ul {
    list-style: disc;
    margin-left: 18px; }
  .post-references li {
    margin-bottom: 6px;
    color: #555; }

/* grid */
.large-than-grid .single-blog-post:nth-child(n+2) {
  margin-bottom: 50px;
  width: 48%;
  float: left;
  margin-right: 3%;
  overflow: hidden; }
  .large-than-grid .single-blog-post:nth-child(n+2) .post-header h2.post-title {
    font-size: 20px; }
    .large-than-grid .single-blog-post:nth-child(n+2) .post-header h2.post-title a {
      line-height: 1.3px; }
  .large-than-grid .single-blog-post:nth-child(n+2) .post-thumb {
    width: 100%;
    height: 200px; }
    .large-than-grid .single-blog-post:nth-child(n+2) .post-thumb img {
      width: 100%;
      height: 100%; }
  .large-than-grid .single-blog-post:nth-child(n+2) .share-block {
    display: none; }
  .large-than-grid .single-blog-post:nth-child(n+2) .read-more-text a {
    line-height: 38px;
    padding: 0 18px; }
  .large-than-grid .single-blog-post:nth-child(n+2).single-blog-post:nth-child(2n+1) {
    margin-right: 0; }

.grid .post-header h2.post-title {
  font-size: 18px; }
.grid .post-thumb {
  width: 100%;
  height: 200px; }
  .grid .post-thumb img {
    width: 100%;
    height: 100%; }
.grid .share-block {
  display: none; }
.grid .read-more-text a {
  line-height: 38px;
  padding: 0 18px; }

/* list & 1st large then list*/
.list.list-large .single-blog-post:first-of-type .post-header h2.post-title {
  font-size: 24px; }
.list.list-large .single-blog-post:first-of-type .post-thumb {
  margin-bottom: 30px; }
.list.list-large .single-blog-post:first-of-type .share-block {
  display: block; }
.list.list-large .single-blog-post:first-of-type .post-content {
  margin-bottom: 20px; }
.list .single-blog-post {
  margin-bottom: 40px; }
  .list .single-blog-post .post-header {
    margin-top: 10px; }
    .list .single-blog-post .post-header h2.post-title {
      font-size: 18px; }
  .list .single-blog-post .share-block {
    display: none; }
  .list .single-blog-post .post-content {
    margin-bottom: 20px; }
  .list .single-blog-post .post-thumb {
    margin-bottom: 20px;
    margin-right: 20px; }

/*archive title*/
.archive-header {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #e2e2e2;
  margin-bottom: 34px;
  overflow: hidden;
  background: #f8f8f8; }
  .archive-header .archive-title {
    color: #aaaaaa;
    font-size: 14px;
    font-style: italic;
    letter-spacing: .5px; }
    .archive-header .archive-title span.archive-name {
      font-size: 18px;
      color: #222222;
      text-transform: uppercase;
      margin-left: 8px;
      font-style: normal; }

.single-post-meta .single-tag a {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: #333;
  letter-spacing: 1px;
  margin-right: 10px;
  border: 1px solid #d6d6d6;
  padding: 5px 10px; }
  .single-post-meta .single-tag a:hover {
    background: #1E48BD;
    color: #fff;
    border-color: #1E48BD; }

.user-profile {
  margin-top: 0;
  margin-bottom: 60px; }
  .user-profile .profile-heading a {
    font-size: 14px;
    letter-spacing: .5px; }
  .user-profile .author-description {
    margin: 10px 0; }
  .user-profile .author-social-profile a {
    color: #777777;
    margin-right: 5px; }
    .user-profile .author-social-profile a:hover {
      color: #1E48BD; }

.common-title {
  font-size: 14px;
  letter-spacing: .5px;
  margin-bottom: 28px;
  margin-top: 0; }

.related-posts {
  margin-bottom: 60px; }
  .related-posts header h3 {
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 8px; }
    .related-posts header h3 a:hover {
      color: #1E48BD; }

/*comment*/
#comments .comment-body {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE; }
#comments .comment-author {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: .5px; }
#comments .comment-date {
  font-size: 11px; }
#comments .comment-content {
  margin-top: 5px; }
  #comments .comment-content p {
    margin-bottom: 10px; }
#comments .comment-reply {
  float: right; }
  #comments .comment-reply a {
    padding: 5px 12px;
    display: inline-block;
    font-size: 12px;
    background-color: #f5f5f5;
    letter-spacing: 1px; }
    #comments .comment-reply a:hover {
      background: #1E48BD;
      color: #fff; }

/*------------------------------------*\
   09. Contact page CSS
\*------------------------------------*/
#map {
  width: 100%;
  height: 450px;
  max-width: none; }

/*------------------------------------*\
   10. 404 page CSS
\*------------------------------------*/
.page-error {
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 650px;
  display: flex;
  color: #fff;
  margin-bottom: 50px; }
  .page-error .home-content {
    margin: auto; }
    .page-error .home-content h2 {
      font-weight: 700;
      font-size: 55px;
      letter-spacing: 0.5px;
      margin-bottom: 30px; }
    .page-error .home-content h3 {
      font-size: 27px;
      font-family: "Lato", sans-serif;
      font-weight: normal;
      margin-bottom: 25px; }
    .page-error .home-content p {
      font-size: 22px; }
      .page-error .home-content p a {
        color: #fff; }
        .page-error .home-content p a:hover {
          color: #1E48BD; }

.page-error:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1; }

/*------------------------------------*\
   11. Responsive CSS
\*------------------------------------*/
@media (max-width: 767px) {
  .navbar-toggle .icon-bar {
    background: #222; }

  .navbar-toggle {
    float: left; }

  .zinnia-menu {
    text-align: left; }
    .zinnia-menu .navbar .nav li {
      display: block;
      float: none; }
      .zinnia-menu .navbar .nav li a {
        padding-left: 0; }

  .zinnia-menu .navbar .nav {
    float: left;
    margin: 0;
    width: 100%; }

  .large-than-grid .single-blog-post:nth-child(n+2) {
    margin-bottom: 50px;
    width: 100%;
    float: none;
    margin-right: 0;
    overflow: hidden; }

  .large-than-grid .single-blog-post:nth-child(n+2) .post-thumb, .grid .post-thumb {
    width: 100%;
    height: auto; }

  .single-blog-post .post-thumb .post-overlay-meta {
    padding: 3px 0;
    text-align: center;
    opacity: 1;
    bottom: 0; }
    .single-blog-post .post-thumb .post-overlay-meta .post-meta, .single-blog-post .post-thumb .post-overlay-meta .share-block {
      float: none !important;
      text-align: center; }
      .single-blog-post .post-thumb .post-overlay-meta .post-meta span, .single-blog-post .post-thumb .post-overlay-meta .share-block span {
        float: none;
        line-height: 19px; }
      .single-blog-post .post-thumb .post-overlay-meta .post-meta ul, .single-blog-post .post-thumb .post-overlay-meta .share-block ul {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .single-blog-post .post-thumb .post-overlay-meta .post-meta ul li, .single-blog-post .post-thumb .post-overlay-meta .share-block ul li {
          float: none; }
          .single-blog-post .post-thumb .post-overlay-meta .post-meta ul li a, .single-blog-post .post-thumb .post-overlay-meta .share-block ul li a {
            margin-left: 9px; }

  .page-error .home-content h2 {
    font-size: 30px;
    padding-bottom: 25px; }

  .zinnia-menu .navbar .nav li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #eee;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 9px 18px;
    line-height: 1.8;
    width: 100%; } }

.img-margin-5 {
  margin: 5px !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Editor's Note */
.editor-note {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #1E48BD;
    padding: 20px 24px;
    margin-bottom: 30px;
    border-radius: 0 8px 8px 0;
}

.editor-note-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #1E48BD;
}

.editor-note-icon {
    font-size: 18px;
    margin-right: 8px;
}

.editor-note-header strong {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.editor-note p {
    color: #495057;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Key Takeaways */
.key-takeaways {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-left: 4px solid #4caf50;
    padding: 20px 24px;
    margin-bottom: 30px;
    border-radius: 0 8px 8px 0;
}

.key-takeaways-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #2e7d32;
}

.key-takeaways-icon {
    font-size: 18px;
    margin-right: 8px;
    font-weight: bold;
}

.key-takeaways-header strong {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.key-takeaways ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.key-takeaways ul li {
    color: #495057;
    line-height: 1.7;
    margin-bottom: 8px;
    list-style: disc;
}

.key-takeaways ul li:last-child {
    margin-bottom: 0;
}

/* Reflection Questions */
.reflection-questions {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-left: 4px solid #ff9800;
    padding: 20px 24px;
    margin-bottom: 30px;
    border-radius: 0 8px 8px 0;
}

.reflection-questions-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #e65100;
}

.reflection-questions-icon {
    font-size: 20px;
    margin-right: 8px;
    font-weight: bold;
}

.reflection-questions-header strong {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.reflection-questions ol {
    margin: 0;
    padding-left: 20px;
}

.reflection-questions ol li {
    color: #495057;
    line-height: 1.7;
    margin-bottom: 10px;
    font-style: italic;
}

.reflection-questions ol li:last-child {
    margin-bottom: 0;
}

/* Related Posts */
.related-posts-section {
    margin-bottom: 40px;
}

.related-posts-section h4 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.related-posts-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.related-post-card {
    flex: 1;
    min-width: 150px;
    max-width: 200px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.related-post-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.related-post-card a {
    text-decoration: none;
    color: inherit;
}

.related-post-image {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-post-content {
    padding: 12px;
}

.related-post-content h5 {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 8px 0;
    color: #333;
}

.related-post-card:hover .related-post-content h5 {
    color: #1E48BD;
}

.related-post-series {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .related-posts-grid {
        flex-direction: column;
    }

    .related-post-card {
        max-width: 100%;
    }
}

/* Glossary Styles */
.glossary-filters {
    margin-bottom: 30px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.glossary-letters {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

.glossary-letters a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: all 0.2s;
}

.glossary-letters a:hover,
.glossary-letters a.active {
    background: #1E48BD;
    color: #fff;
    border-color: #1E48BD;
}

.glossary-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.glossary-categories span {
    font-size: 12px;
    color: #888;
}

.glossary-categories a {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 12px;
    background: #eee;
    color: #555;
}

.glossary-categories a:hover,
.glossary-categories a.active {
    background: #1E48BD;
    color: #fff;
}

.glossary-letter-group {
    margin-bottom: 30px;
}

.glossary-letter-header {
    font-size: 24px;
    color: #1E48BD;
    padding-bottom: 10px;
    border-bottom: 2px solid #1E48BD;
    margin-bottom: 20px;
}

.glossary-term-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.glossary-term-item:last-child {
    border-bottom: none;
}

.glossary-term-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.glossary-term-item h4 a {
    color: #333;
}

.glossary-term-item h4 a:hover {
    color: #1E48BD;
}

.glossary-term-definition {
    color: #555;
    margin-bottom: 8px;
}

.glossary-term-meta {
    display: flex;
    gap: 10px;
}

.glossary-category,
.glossary-philosopher {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    background: #f0f0f0;
    color: #666;
}

.glossary-empty {
    text-align: center;
    padding: 40px;
    color: #888;
}

/* Term Detail Page */
.term-content {
    margin-bottom: 40px;
}

.term-definition,
.term-explanation,
.term-related-concepts {
    margin-bottom: 30px;
}

.term-content h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1E48BD;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.term-definition .lead {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.term-explanation {
    line-height: 1.8;
    color: #444;
}

.term-related-concepts ul {
    list-style: disc;
    padding-left: 20px;
}

.term-related-concepts li {
    margin-bottom: 5px;
    list-style: disc;
}

.term-see-also,
.term-category-others {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.term-see-also h4,
.term-category-others h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.see-also-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.see-also-item {
    display: block;
    padding: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: all 0.2s;
}

.see-also-item:hover {
    border-color: #1E48BD;
}

.see-also-item strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.see-also-item span {
    font-size: 12px;
    color: #888;
}

.category-terms-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    padding: 0;
}

.category-terms-list li {
    list-style: none;
}

.category-terms-list a {
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
}

.category-terms-list a:hover {
    border-color: #1E48BD;
    color: #1E48BD;
}

.view-all-category {
    font-size: 12px;
    color: #1E48BD;
}

.glossary-navigation {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.glossary-navigation a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Share Buttons */
.share-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.share-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.share-icons {
    display: flex;
    gap: 10px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.share-twitter {
    background: #000;
}

.share-twitter:hover {
    background: #333;
    color: #fff;
}

.share-facebook {
    background: #1877f2;
}

.share-facebook:hover {
    background: #166fe5;
    color: #fff;
}

.share-linkedin {
    background: #0a66c2;
}

.share-linkedin:hover {
    background: #004182;
    color: #fff;
}

.share-whatsapp {
    background: #25d366;
}

.share-whatsapp:hover {
    background: #128c7e;
    color: #fff;
}

.share-copy {
    background: #6c757d;
}

.share-copy:hover {
    background: #5a6268;
    color: #fff;
}

.share-copy.copied {
    background: #28a745;
}

@media (max-width: 767px) {
    .share-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Quotes Styles */
.quotes-filters {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    flex-wrap: wrap;
}

.quotes-filters .filter-group {
    flex: 1;
    min-width: 200px;
}

.quotes-filters label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.quotes-filters .form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.quotes-list {
    margin-bottom: 30px;
}

.quote-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: none;
    border-left: 4px solid #1E48BD;
    padding: 25px 30px;
    margin: 0 0 25px 0;
    border-radius: 0 8px 8px 0;
    position: relative;
}

.quote-card::before {
    content: '"';
    font-family: "Playfair Display", serif;
    font-size: 60px;
    color: #1E48BD;
    opacity: 0.2;
    position: absolute;
    top: 10px;
    left: 15px;
    line-height: 1;
}

.quote-text {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    font-style: italic;
    margin-bottom: 15px;
    padding-left: 30px;
}

.quote-footer {
    padding-left: 30px;
    margin-bottom: 10px;
}

.quote-author {
    font-style: normal;
    font-weight: bold;
    color: #1E48BD;
}

.quote-author a {
    color: #1E48BD;
}

.quote-author a:hover {
    text-decoration: underline;
}

.quote-work {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 3px;
}

.quote-context {
    font-size: 13px;
    color: #555;
    padding-left: 30px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}

.quote-category {
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    background: #eee;
    color: #666;
    border-radius: 10px;
    margin-left: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quotes-empty {
    text-align: center;
    padding: 40px;
    color: #888;
}

.philosopher-categories {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #fafafa;
    border-radius: 4px;
}

.philosopher-categories span {
    font-size: 12px;
    color: #888;
}

.category-tag {
    font-size: 11px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #555;
}

.category-tag:hover {
    background: #1E48BD;
    color: #fff;
    border-color: #1E48BD;
}

.back-to-quotes {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.back-to-quotes a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Quote of the Day in Sidebar */
.quote-of-day {
    padding: 20px;
    background: linear-gradient(135deg, #f0f4ff 0%, #fff 100%);
    border-left: 3px solid #1E48BD;
    margin-bottom: 20px;
}

.quote-of-day-text {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
}

.quote-of-day-author {
    font-size: 12px;
    color: #1E48BD;
    font-weight: bold;
}

.quote-of-day-link {
    display: block;
    margin-top: 15px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Newsletter Widget */
.newsletter-form-wrapper {
    padding: 20px;
    background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
    border-left: 3px solid #1E48BD;
}

.newsletter-desc {
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

.newsletter-input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    box-sizing: border-box;
}

.newsletter-input:focus {
    border-color: #1E48BD;
    outline: none;
}

.newsletter-btn {
    width: 100%;
    padding: 10px;
    background: #1E48BD;
    color: #fff;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
}

.newsletter-btn:hover {
    background: #163a9e;
}

.newsletter-message {
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.newsletter-message.success {
    background: #f0fff0;
    border-left: 3px solid #28a745;
    color: #155724;
}

.newsletter-message.info {
    background: #f0f4ff;
    border-left: 3px solid #1E48BD;
    color: #1E48BD;
}

/* Table of Contents */
.table-of-contents {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-left: 3px solid #1E48BD;
    padding: 20px 25px;
    margin: 25px 0;
}

.toc-header {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #333;
}

.toc-list {
    margin: 0;
    padding-left: 20px;
}

.toc-list li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.5;
}

.toc-list li a {
    color: #1E48BD;
    text-decoration: none;
}

.toc-list li a:hover {
    text-decoration: underline;
}

/* Editor's Pick */
.editors-pick-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #1E48BD;
}

.editors-pick-title {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    color: #1E48BD;
}

.editors-pick-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.editors-pick-card {
    flex: 1;
    min-width: 200px;
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.editors-pick-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.editors-pick-card a {
    text-decoration: none;
    color: inherit;
}

.editors-pick-image {
    position: relative;
    overflow: hidden;
}

.editors-pick-image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.editors-pick-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #1E48BD;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 8px;
}

.editors-pick-content {
    padding: 12px 15px;
}

.editors-pick-content h4 {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.4;
}

.editors-pick-content p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

/* Recommended Readings */
.recommended-readings {
    background: #fffbf0;
    border: 1px solid #f0e6cc;
    border-left: 3px solid #d4a843;
    padding: 20px 25px;
    margin: 30px 0;
}

.recommended-readings-header {
    font-size: 14px;
    margin-bottom: 12px;
    color: #8b6914;
}

.recommended-readings-icon {
    margin-right: 8px;
}

.recommended-readings ul {
    margin: 0;
    padding-left: 20px;
}

.recommended-readings li {
    font-size: 13px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 4px;
}

/* Philosophers */
.philosophers-content {
    padding: 10px 0;
}

.philosopher-era-section {
    margin-bottom: 35px;
}

.philosopher-era-title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #1E48BD;
    border-bottom: 2px solid #1E48BD;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.philosopher-era-desc {
    font-size: 12px;
    color: #888;
    font-style: italic;
    margin-bottom: 15px;
}

.philosopher-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.philosopher-card {
    flex: 1;
    min-width: 220px;
    max-width: calc(50% - 6px);
    background: #f8f9fa;
    border: 1px solid #eee;
    padding: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.philosopher-card:hover {
    border-color: #1E48BD;
    box-shadow: 0 2px 8px rgba(30, 72, 189, 0.1);
}

.philosopher-card a {
    text-decoration: none;
    color: inherit;
}

.philosopher-card h4 {
    font-family: "Playfair Display", serif;
    font-size: 15px;
    margin-bottom: 4px;
    color: #333;
}

.philosopher-dates {
    font-size: 11px;
    color: #888;
    margin-bottom: 8px;
}

.philosopher-ideas {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.idea-tag {
    display: inline-block;
    background: #e8eeff;
    color: #1E48BD;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 3px;
}

.philosopher-bio {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.philosopher-section {
    margin-bottom: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.philosopher-section h3 {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.philosopher-quote {
    border-left: 3px solid #1E48BD;
    padding: 10px 20px;
    margin: 12px 0;
    background: #f8f9ff;
}

.philosopher-quote p {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.philosopher-quote cite {
    font-size: 12px;
    color: #888;
    font-style: normal;
}

/* About Page */
.about-page {
    font-size: 15px;
    line-height: 1.8;
}

.about-section {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.about-section:last-child {
    border-bottom: none;
}

.about-section h3 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    color: #1E48BD;
    margin-bottom: 15px;
}

.about-values,
.about-features {
    list-style: none;
    padding: 0;
}

.about-values li,
.about-features li {
    padding: 10px 0 10px 25px;
    position: relative;
}

.about-values li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #1E48BD;
}

.about-features li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #1E48BD;
    font-size: 18px;
}

.about-process {
    padding-left: 20px;
}

.about-process li {
    margin-bottom: 12px;
}

.about-closing {
    text-align: center;
    padding-top: 20px;
}

.about-closing em {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    color: #555;
}
