/**
 * Theme Name: Zeno
 * Author: Springboard
 * Author URI: https://springboard.com
 * Description: The first version of the Zeno theme for the Springboard blog
 * Version: 1.0
 */
/**
 * Table of Contents
 *
 * 1.0 - Declarations
 * 2.0 - Global classes
 * 3.0 - Typography
 */
/**
 * 1.0 - Declarations
 */
/**
 * 2.0 Global classes
 */
body {
  font-family: Roboto, sans-serif;
  margin: 0 !important; }

.roboto {
  font-family: Roboto, sans-serif;
  font-weight: 300; }

.roboto-400 {
  font-family: Roboto, sans-serif;
  font-weight: 400; }

.roboto-500 {
  font-family: Roboto, sans-serif;
  font-weight: 500; }

.playfair {
  font-family: 'Playfair Display', serif;
  font-weight: 700; }

.link {
  text-decoration: none; }
  .link:link, .link:visited {
    color: #48485e; }
  .link:hover {
    color: #2d87b0; }

.link-container a {
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .link-container a:link, .link-container a:visited {
    color: #48485e; }
  .link-container a:hover {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #2d87b0; }

.link-container span {
  color: #2d87b0; }

.no-content-title {
  color: #48485e; }

.card-category-design {
  color: #ef2964; }
  .card-category-design:hover {
    color: #ef2964; }

.card-category-data-science {
  color: #00c09d; }
  .card-category-data-science:hover {
    color: #00c09d; }

.card-category-business {
  color: #4f8ab0; }
  .card-category-business:hover {
    color: #4f8ab0; }

.card-category-career {
  color: #fd746c; }
  .card-category-career:hover {
    color: #fd746c; }

.card-category-news {
  color: #9ac006; }
  .card-category-news:hover {
    color: #9ac006; }

.card-category-cyber {
  color: #3a048d; }
  .card-category-cyber:hover {
    color: #3a048d; }

.bottom-bar-left, .bottom-bar-center {
  width: 54px;
  border: solid 1px #48485e;
  margin-top: 5px;
  margin-bottom: 35px;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .bottom-bar-left, .bottom-bar-center {
      margin-bottom: 10px; } }

.bottom-bar-center {
  width: 90px;
  border-color: #3a048d;
  margin: 0 auto 0; }

.default-button, .header .top-row .email-input button, .header .bottom-row .nav-menu-container .email-input button, .post-category .load-more button {
  cursor: pointer;
  width: 100%;
  height: 48px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 0.6px;
  background-color: #00c09d;
  color: #fff;
  border: none;
  outline: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .default-button:hover, .header .top-row .email-input button:hover, .header .bottom-row .nav-menu-container .email-input button:hover, .post-category .load-more button:hover, .default-button:focus, .header .top-row .email-input button:focus, .header .bottom-row .nav-menu-container .email-input button:focus, .post-category .load-more button:focus {
    background-color: #2ca893;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

.outline-button, .post-card .description .read-more .read-more-link, .home .posts .post-card-large .text .read-more-link {
  width: 100%;
  outline: none;
  height: 37px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #48485e;
  cursor: pointer;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .outline-button:hover, .post-card .description .read-more .read-more-link:hover, .home .posts .post-card-large .text .read-more-link:hover {
    color: #fff;
    background-color: #3a048d;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none; }

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

/**
 * 3.0 - Typography
 */
p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #48485e; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif; }

h1 {
  font-size: 48px; }
  @media screen and (max-width: 992px) {
    h1 {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 30px; } }

h3 {
  font-size: 28px; }

h4 {
  font-size: 26px; }

.springboard-header {
  position: absolute;
  width: 100%;
  min-height: 34px;
  max-height: 34px;
  overflow: hidden;
  background-color: #efeff6;
  z-index: 101;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .springboard-header.active {
    max-height: 320px; }
  .springboard-header p {
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 20px; }
    .springboard-header p span {
      margin-right: 10px;
      font-weight: 500; }
    .springboard-header p svg.right-chevron {
      padding-top: 2px; }
  .springboard-header img {
    height: 55px; }
  .springboard-header ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .springboard-header ul a {
      color: #48485e;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .springboard-header ul a:hover {
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        color: #2d87b0; }
    .springboard-header ul b {
      font-size: 18px; }
    .springboard-header ul li {
      line-height: 1.69; }
    .springboard-header ul span {
      position: relative;
      top: -5px;
      font-size: 12px;
      font-weight: 500;
      color: #ef2964; }
  .springboard-header .springboard-header-border {
    margin-top: 32px;
    background-image: linear-gradient(to left, #36b791, #d0e02c);
    min-height: 5px; }

.header {
  padding-top: 34px;
  min-height: 148px;
  background-color: #3a048d;
  color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header {
      min-height: 78px;
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .header {
      min-height: 78px;
      padding-top: 0; } }
  .header .top-row {
    padding-top: 28px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header .top-row {
        padding-top: 18px; } }
    @media only screen and (max-width: 767px) {
      .header .top-row {
        padding-top: 18px; } }
    .header .top-row .header-logo a img {
      height: 40px; }
    .header .top-row .header-logo a span {
      color: #fff;
      font-size: 20px;
      margin-left: 5px;
      position: relative;
      top: 5px;
      font-weight: 500; }
    .header .top-row .header-logo a:hover {
      text-decoration: none; }
    .header .top-row .email-input {
      text-align: right;
      padding-right: 20px;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .header .top-row .email-input input {
        width: 360px;
        height: 48px;
        line-height: normal;
        border-radius: 3px;
        background-color: #3a048d;
        padding: 0 10px;
        outline: none;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        color: #fff;
        font-weight: 300;
        border: solid 1px #fff; }
        .header .top-row .email-input input::placeholder {
          color: #fff; }
        @media only screen and (min-width: 1024px) and (max-width: 1199px) {
          .header .top-row .email-input input {
            width: 260px; } }
      .header .top-row .email-input button {
        vertical-align: top;
        width: 140px;
        font-weight: 500; }
    .header .top-row .hamburger-container {
      text-align: right; }
      .header .top-row .hamburger-container svg {
        margin-top: 5px; }
      .header .top-row .hamburger-container .open-nav-button {
        display: inline-block; }
  .header .bottom-row {
    padding-left: 15px; }
    .header .bottom-row ul {
      padding-left: 0;
      list-style: none;
      margin-top: 24px; }
      .header .bottom-row ul li {
        display: inline-block; }
        .header .bottom-row ul li a {
          font-weight: 400;
          outline: none;
          font-size: 18px;
          margin-right: 30px;
          text-transform: uppercase; }
          .header .bottom-row ul li a:link, .header .bottom-row ul li a:visited {
            transition: all 0.2s;
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none; }
          .header .bottom-row ul li a:hover, .header .bottom-row ul li a.active {
            transition: all 0.2s;
            color: #fff; }
        .header .bottom-row ul li #btn-search {
          vertical-align: middle; }
    .header .bottom-row .nav-menu-container {
      position: absolute;
      z-index: 10;
      right: 0;
      top: 0;
      background-color: #3a048d;
      width: 80%;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header .bottom-row .nav-menu-container {
          width: 75%; } }
      .header .bottom-row .nav-menu-container ul {
        margin: 0; }
      .header .bottom-row .nav-menu-container li {
        display: block;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        line-height: 60px;
        padding-left: 10px;
        font-weight: 400; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .header .bottom-row .nav-menu-container li {
            padding-left: 40px; } }
        .header .bottom-row .nav-menu-container li a {
          display: inline-block;
          width: 100%;
          height: 100%;
          font-size: 18px;
          margin-right: 0; }
        .header .bottom-row .nav-menu-container li.nav-close {
          text-align: right; }
          .header .bottom-row .nav-menu-container li.nav-close a {
            padding-right: 40px; }
        .header .bottom-row .nav-menu-container li .right-chevron-ctn {
          float: right;
          padding-right: 40px; }
      .header .bottom-row .nav-menu-container .email-input {
        transition: all 0.2s;
        padding-top: 12px;
        margin-bottom: 40px; }
        @media only screen and (max-width: 767px) {
          .header .bottom-row .nav-menu-container .email-input {
            margin-bottom: 30px; } }
        .header .bottom-row .nav-menu-container .email-input input {
          width: 60%;
          height: 48px;
          line-height: normal;
          border-radius: 3px;
          background-color: #3a048d;
          padding: 0 10px;
          outline: none;
          transition: all 0.2s;
          color: #fff;
          font-weight: 300;
          border: solid 1px #fff;
          margin-right: 10px; }
          @media screen and (max-width: 992px) {
            .header .bottom-row .nav-menu-container .email-input input {
              width: 96%; } }
          @media only screen and (max-width: 767px) {
            .header .bottom-row .nav-menu-container .email-input input {
              width: 95%;
              margin-top: 20px; } }
          .header .bottom-row .nav-menu-container .email-input input::placeholder {
            color: #fff; }
        .header .bottom-row .nav-menu-container .email-input button {
          line-height: 48px;
          width: 30%;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            .header .bottom-row .nav-menu-container .email-input button {
              width: 95%; } }

.post-card {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 40px 0 #f0f0f0;
  margin-top: 58px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .post-card {
      margin-top: 40px; } }
  .post-card:hover {
    box-shadow: 0 2px 40px 0 #bbb8b8;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: translate(0, -3px); }
  .post-card .image img {
    width: 100%;
    height: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .post-card .description {
    border: solid 1px #d8d8d8;
    border-top: none;
    border-radius: 0 0 3px 3px; }
    .post-card .description .text {
      padding: 15px;
      padding-bottom: 0; }
      .post-card .description .text .category {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        font-weight: 500; }
        .post-card .description .text .category a {
          text-decoration: none; }
        .post-card .description .text .category:hover .bottom-bar-left, .post-card .description .text .category:hover .bottom-bar-center {
          width: 90px;
          -moz-transition: width 0.2s;
          -o-transition: width 0.2s;
          -webkit-transition: width 0.2s;
          transition: width 0.2s; }
      .post-card .description .text .bottom-bar-left, .post-card .description .text .bottom-bar-center {
        margin-bottom: 8px; }
      .post-card .description .text .title {
        font-size: 22px;
        height: 60px;
        overflow: hidden;
        font-weight: 500;
        line-height: 1.36;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 320px;
        text-overflow: ellipsis;
        height: 60px; }
        .post-card .description .text .title a:link, .post-card .description .text .title a:visited {
          color: #48485e;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
        .post-card .description .text .title a:hover {
          text-decoration: none;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
      .post-card .description .text .excerpt p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.69;
        max-height: 55px;
        overflow: hidden;
        margin-top: 20px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .post-card .description .text .excerpt p {
            margin-top: 8px; } }
    .post-card .description .read-more {
      padding: 0 15px 15px 15px; }
      .post-card .description .read-more .read-more-link {
        width: 140px;
        margin-top: 8px; }

.post-card-ad-banner .image-banner {
  background-size: cover;
  min-height: 474px;
  border-radius: 3px; }
  @media only screen and (max-width: 1023px) {
    .post-card-ad-banner .image-banner {
      min-height: 462px; } }

.home .posts {
  padding-bottom: 66px; }
  .home .posts .post-card-large {
    margin-top: 58px;
    border: none; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .home .posts .post-card-large {
        margin-top: 60px; } }
    @media only screen and (max-width: 767px) {
      .home .posts .post-card-large {
        margin-top: 45px; } }
    .home .posts .post-card-large .category {
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .home .posts .post-card-large .category {
          font-size: 14px; } }
      .home .posts .post-card-large .category a {
        text-decoration: none; }
      .home .posts .post-card-large .category:hover .bottom-bar-left, .home .posts .post-card-large .category:hover .bottom-bar-center {
        width: 90px;
        -moz-transition: width 0.2s;
        -o-transition: width 0.2s;
        -webkit-transition: width 0.2s;
        transition: width 0.2s; }
      @media only screen and (max-width: 767px) {
        .home .posts .post-card-large .category .bottom-bar-left, .home .posts .post-card-large .category .bottom-bar-center {
          margin-bottom: 10px; } }
    .home .posts .post-card-large .title {
      font-size: 28px;
      font-weight: 500;
      line-height: 1.43;
      text-align: left;
      color: #48485e;
      margin-bottom: 16px;
      height: 80px;
      overflow: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .home .posts .post-card-large .title {
          margin-bottom: 0; } }
      @media only screen and (max-width: 767px) {
        .home .posts .post-card-large .title {
          font-size: 22px;
          height: 62px; } }
      .home .posts .post-card-large .title a {
        color: #48485e;
        text-decoration: none; }
    .home .posts .post-card-large .text {
      padding: 38px 45px 64px 35px;
      border: solid 1px #d8d8d8;
      border-right: none;
      border-radius: 3px 0 0 3px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .home .posts .post-card-large .text {
          padding: 20px; } }
      @media only screen and (max-width: 767px) {
        .home .posts .post-card-large .text {
          padding: 10px;
          border-right: solid 1px #d8d8d8;
          border-top: none;
          border-radius: 0 0 3px 3px; } }
      .home .posts .post-card-large .text .excerpt p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.69;
        color: #48485e;
        max-height: 140px;
        overflow: hidden;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .home .posts .post-card-large .text .excerpt p {
            max-height: 108px; } }
      .home .posts .post-card-large .text .read-more-link {
        margin-top: 38px; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .home .posts .post-card-large .text .read-more-link {
            width: 180px;
            margin-top: 16px; } }
        @media only screen and (max-width: 767px) {
          .home .posts .post-card-large .text .read-more-link {
            margin-top: 16px;
            width: 180px; } }
    .home .posts .post-card-large .image {
      position: relative;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      background-size: cover;
      min-height: 200px; }
      @media only screen and (max-width: 767px) {
        .home .posts .post-card-large .image {
          border-top-right-radius: 3px;
          border-bottom-right-radius: 0;
          border-top-left-radius: 3px; } }
      .home .posts .post-card-large .image a {
        position: absolute;
        width: 100%;
        height: 100%; }
  .home .posts .post-card-popular {
    margin-top: 58px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media only screen and (max-width: 767px) {
      .home .posts .post-card-popular {
        margin-top: 40px; } }
    .home .posts .post-card-popular .popular-title {
      background-color: #3a048d;
      text-align: center;
      border-radius: 3px; }
      .home .posts .post-card-popular .popular-title p {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 56px; }
    .home .posts .post-card-popular .popular-content {
      padding: 0 15px 10px 15px;
      border-radius: 3px;
      box-shadow: 0 2px 40px 0 #f0f0f0;
      background-color: #ffffff;
      border: solid 1px #d8d8d8;
      height: 402px;
      overflow-y: auto; }
      .home .posts .post-card-popular .popular-content::-webkit-scrollbar {
        width: 8px;
        background-color: #3a048d;
        -webkit-border-radius: 8px; }
      .home .posts .post-card-popular .popular-content::-webkit-scrollbar-thumb {
        border: 2px solid #3a048d;
        background-clip: padding-box;
        -webkit-border-radius: 4px;
        background-color: #fff; }
      .home .posts .post-card-popular .popular-content::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none; }
      .home .posts .post-card-popular .popular-content::-webkit-scrollbar-corner {
        background-color: transparent; }
      .home .posts .post-card-popular .popular-content .popular-content-category {
        text-transform: uppercase;
        margin-top: 8px; }
        .home .posts .post-card-popular .popular-content .popular-content-category a:link, .home .posts .post-card-popular .popular-content .popular-content-category a:visited {
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 1.4px; }
        .home .posts .post-card-popular .popular-content .popular-content-category a:hover {
          text-decoration: none; }
      .home .posts .post-card-popular .popular-content .popular-content-title {
        border-bottom: solid 1px #d8d8d8; }
        .home .posts .post-card-popular .popular-content .popular-content-title p {
          font-size: 14px;
          margin-bottom: 8px;
          font-family: "Playfair Display", serif; }
          .home .posts .post-card-popular .popular-content .popular-content-title p a:link, .home .posts .post-card-popular .popular-content .popular-content-title p a:visited {
            color: #48485e;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
          .home .posts .post-card-popular .popular-content .popular-content-title p a:hover {
            text-decoration: none;
            color: #4f8ab0;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
        .home .posts .post-card-popular .popular-content .popular-content-title:last-of-type {
          border-bottom: none; }
  .home .posts .load-more-ctn {
    padding: 64px 0;
    text-align: center; }
    .home .posts .load-more-ctn .load-more {
      width: 162px; }

.footer {
  background-color: #efeff6;
  border-top: solid 1px #d6d6f2;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 49px 100px 49px 100px; }
  @media only screen and (min-width: 541px) and (max-width: 1023px) {
    .footer {
      padding: 46px 0 30px 21px; } }
  @media only screen and (max-width: 540px) {
    .footer {
      padding: 46px 0 30px 30px; } }
  .footer .section-container-column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 540px) {
      .footer .section-container-column {
        flex-direction: column;
        -ms-flex-direction: column; } }
    .footer .section-container-column .section-container {
      width: 33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 540px) {
        .footer .section-container-column .section-container {
          width: 100%; } }
    .footer .section-container-column .footer-section {
      margin-top: 30px; }
      .footer .section-container-column .footer-section ul {
        list-style: none;
        padding-left: 0; }
        .footer .section-container-column .footer-section ul li {
          padding-bottom: 15px;
          line-height: 27px; }
          @media only screen and (min-width: 541px) and (max-width: 1023px) {
            .footer .section-container-column .footer-section ul li {
              padding-bottom: 5px; } }
          @media only screen and (max-width: 540px) {
            .footer .section-container-column .footer-section ul li {
              padding-bottom: 5px; } }
  .footer .title {
    font-size: 16px;
    font-weight: 500;
    color: #ef2964;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .footer ul {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: 300; }
    .footer ul li {
      font-size: 16px;
      text-align: left;
      padding-bottom: 15px; }
      @media screen and (max-width: 1023px) and (min-width: 541px) {
        .footer ul li {
          padding-bottom: 5px; } }
  .footer .sa-images {
    margin-bottom: 24px;
    margin-top: 16px; }
    @media only screen and (max-width: 767px) {
      .footer .sa-images {
        text-align: center; } }
    .footer .sa-images img {
      width: 75px; }
      @media only screen and (min-width: 1024px) and (max-width: 1199px) {
        .footer .sa-images img {
          width: 70px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .footer .sa-images img {
          width: 42px; } }
      @media only screen and (max-width: 767px) {
        .footer .sa-images img {
          width: 42px; } }
    .footer .sa-images img:nth-child(2) {
      position: relative;
      left: -20px; }
      @media only screen and (min-width: 1024px) and (max-width: 1199px) {
        .footer .sa-images img:nth-child(2) {
          left: -20px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .footer .sa-images img:nth-child(2) {
          left: -10px; } }
      @media only screen and (max-width: 767px) {
        .footer .sa-images img:nth-child(2) {
          left: -10px; } }
    .footer .sa-images img:nth-child(3) {
      position: relative;
      left: -40px; }
      @media only screen and (min-width: 1024px) and (max-width: 1199px) {
        .footer .sa-images img:nth-child(3) {
          left: -40px; } }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .footer .sa-images img:nth-child(3) {
          left: -20px; } }
      @media only screen and (max-width: 767px) {
        .footer .sa-images img:nth-child(3) {
          left: -20px; } }
  .footer .social-links .social-link {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: initial; }
    .footer .social-links .social-link div {
      display: inline-block;
      margin-right: 15px; }
    .footer .social-links .social-link img {
      margin-right: 10px; }
    .footer .social-links .social-link .homepage-assets-facebook-logo, .footer .social-links .social-link .homepage-assets-medium-logo, .footer .social-links .social-link .homepage-assets-twitter-logo {
      background: url("./images/all-logos.svg") no-repeat; }
    .footer .social-links .social-link .homepage-assets-facebook-logo {
      background-position: 0px 0px;
      width: 25px;
      height: 25px; }
    .footer .social-links .social-link .homepage-assets-medium-logo {
      background-position: 0px -27px;
      width: 25px;
      height: 22px; }
    .footer .social-links .social-link .homepage-assets-twitter-logo {
      background-position: 0px -51px;
      width: 25px;
      height: 25px; }
  .footer .copyright-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    color: #48485e;
    font-weight: 300; }
    .footer .copyright-info .homepage-assets-logo-bw {
      vertical-align: middle;
      background: url("./images/all-logos.svg") no-repeat;
      background-position: 0px -78px;
      width: 200px;
      height: 46px; }
      @media only screen and (max-width: 768px) {
        .footer .copyright-info .homepage-assets-logo-bw {
          margin-bottom: 10px; } }
    .footer .copyright-info span {
      height: 100%;
      margin-left: 40px;
      margin-right: 40px; }
      @media only screen and (max-width: 540px) {
        .footer .copyright-info span {
          margin-left: 0; } }
    @media only screen and (min-width: 1024px) {
      .footer .copyright-info {
        display: flex;
        align-items: center; } }
    @media only screen and (max-width: 680px) {
      .footer .copyright-info {
        margin-left: -32px;
        margin-bottom: 65px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer .copyright-info .footer-logo {
          display: block;
          margin: 0 auto; }
        .footer .copyright-info span {
          margin: 0 auto;
          display: block;
          text-align: center; } }
    .footer .copyright-info a {
      text-decoration: none;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .footer .copyright-info a:link, .footer .copyright-info a:visited {
        color: #48485e; }
      .footer .copyright-info a:hover {
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        color: #2d87b0; }
  .footer .irrelevant-links {
    margin-right: 10px; }

.search-header-container {
  background-color: rgba(58, 4, 141, 0.93);
  position: fixed;
  z-index: 1000;
  top: 0%;
  left: 2%;
  width: 96%;
  height: 96vh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s; }
  .search-header-container.opened {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.4s; }
    .search-header-container.opened .search-input-ctn {
      transform: translate3d(0, -50px, 0);
      transition: all 0.4s; }
  .search-header-container #btn-search-close {
    text-align: right;
    margin-top: 250px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .search-header-container #btn-search-close {
        margin-top: 150px; } }
  .search-header-container .search-input-ctn {
    text-align: center;
    transition: all 0.4s;
    width: 70%;
    margin: 0 auto 0; }
    @media only screen and (max-width: 767px) {
      .search-header-container .search-input-ctn {
        width: 90%; } }
    .search-header-container .search-input-ctn .search-input {
      width: 100%;
      margin-top: 100px;
      background: none;
      border: none;
      outline: none;
      border-bottom: 3px solid #fff;
      font-size: 24px;
      color: #fff;
      padding-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .search-header-container .search-input-ctn .search-input {
          font-size: 20px; } }
      .search-header-container .search-input-ctn .search-input::placeholder {
        color: white; }
    .search-header-container .search-input-ctn .submit {
      margin-top: 50px;
      width: 180px;
      font-size: 18px; }

.search-result-page {
  padding-bottom: 64px;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 80%, #efeff6 100%); }
  .search-result-page .search-result-title {
    font-size: 30px;
    margin: 90px auto;
    text-align: center;
    color: #48485e;
    font-weight: 500; }
  .search-result-page .no-posts-found {
    margin: 160px auto;
    color: #48485e;
    font-size: 30px;
    font-weight: 500; }
  .search-result-page .most-popular-title {
    font-weight: 500;
    margin: 60px 0 0 15px;
    font-size: 24px;
    color: #48485e;
    text-transform: uppercase; }

.post-category {
  border-bottom: solid 1px #d6d6f2;
  padding-bottom: 66px; }
  .post-category .load-more {
    margin: 64px 0;
    text-align: center; }
    .post-category .load-more button {
      width: 162px; }
  .post-category .load-more-ctn {
    padding: 64px 0;
    text-align: center; }
    .post-category .load-more-ctn .load-more {
      width: 162px; }

.single {
  background-image: linear-gradient(to bottom, #fff 0%, #fff 90%, #efeff6 100%); }
  .single .single-meta-data .date {
    margin-top: 44px;
    font-weight: 500; }
  .single .single-meta-data .title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.42;
    color: #48485e; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .single .single-meta-data .title {
        font-size: 40px;
        line-height: 1.5; } }
    @media only screen and (max-width: 767px) {
      .single .single-meta-data .title {
        font-size: 30px; } }
  .single .single-meta-data .bottom-bar-center {
    margin-top: 20px; }
  .single .single-meta-data .author {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 32px; }
    .single .single-meta-data .author .avatar,
    .single .single-meta-data .author .author-name {
      font-weight: 500;
      display: inline-block; }
    .single .single-meta-data .author .avatar {
      border-radius: 50px;
      margin-right: 10px;
      max-width: 50px;
      max-height: 50px; }
  .single .single-meta-data .hero-image {
    text-align: center; }
    .single .single-meta-data .hero-image img {
      max-width: 100%;
      height: auto; }
  .single .entry-content {
    margin-top: 30px; }
    .single .entry-content p,
    .single .entry-content h1,
    .single .entry-content h2,
    .single .entry-content h3,
    .single .entry-content h4,
    .single .entry-content h5,
    .single .entry-content h6,
    .single .entry-content li,
    .single .entry-content span {
      color: #48485e; }
    .single .entry-content p {
      line-height: 1.69;
      color: #48485e;
      margin-bottom: 20px; }
      .single .entry-content p span {
        font-weight: 300 !important; }
    .single .entry-content a {
      font-weight: 400; }
      .single .entry-content a:link, .single .entry-content a:visited {
        color: #2d87b0 !important; }
      .single .entry-content a:hover {
        text-decoration: none;
        color: #337ab7; }
      .single .entry-content a span {
        font-weight: 400 !important;
        color: #2d87b0 !important; }
    .single .entry-content h4 {
      font-size: 20px;
      color: #48485e;
      margin-top: 50px;
      font-family: 'Playfair Display', serif; }
    .single .entry-content ol li {
      font-weight: 300;
      line-height: 1.69; }
    .single .entry-content blockquote {
      display: none;
      border-left: solid 3px #3a048d;
      padding-left: 20px;
      font-size: 27px;
      font-weight: bold;
      line-height: 1.3;
      color: #3a048d;
      text-align: left;
      font-family: "playfair", serif; }
    .single .entry-content hr {
      margin: 30px 0;
      margin-top: 50px;
      color: #d8d8d8; }
    .single .entry-content img {
      max-width: 90%;
      height: auto; }
      .single .entry-content img.alignleft, .single .entry-content img.alignright {
        display: inline-block;
        float: left;
        margin: .5em 1.25em 0 0; }
      .single .entry-content img.alignright {
        float: right;
        margin: .5em .5em 0 1.25em; }
      .single .entry-content img.aligncenter {
        clear: both;
        display: block;
        margin: 40px auto 40px; }
    .single .entry-content iframe {
      width: 100%; }
    .single .entry-content .post-content div, .single .entry-content .post-content table {
      max-width: 100%;
      word-break: break-word;
      display: block; }
    .single .entry-content .social-share-block {
      padding-left: 0;
      position: relative; }
      @media only screen and (max-width: 1023px) {
        .single .entry-content .social-share-block {
          position: fixed;
          height: 64px;
          background-color: #efeff6;
          bottom: -80px;
          left: 0;
          width: 100%;
          z-index: 10;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          .single .entry-content .social-share-block.active {
            bottom: 0;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; } }
      @media only screen and (max-width: 767px) {
        .single .entry-content .social-share-block {
          height: 56px;
          padding-top: 5px; } }
      .single .entry-content .social-share-block .social-share-ctn {
        position: fixed;
        width: 400px;
        top: 50px;
        padding-top: 10px;
        padding-bottom: 30px;
        left: -350px;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        @media only screen and (max-width: 1023px) {
          .single .entry-content .social-share-block .social-share-ctn {
            position: static;
            width: 50%;
            padding: 0;
            padding-top: 10px;
            top: 0;
            left: 0;
            margin: 0 auto 0; } }
        @media only screen and (max-width: 767px) {
          .single .entry-content .social-share-block .social-share-ctn {
            width: 70%; } }
        .single .entry-content .social-share-block .social-share-ctn.active {
          left: 0;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        .single .entry-content .social-share-block .social-share-ctn ul {
          list-style: none;
          padding-left: 30%; }
          @media only screen and (max-width: 1023px) {
            .single .entry-content .social-share-block .social-share-ctn ul {
              padding-left: 0; } }
          @media only screen and (max-width: 1023px) {
            .single .entry-content .social-share-block .social-share-ctn ul li {
              display: inline-block; } }
        .single .entry-content .social-share-block .social-share-ctn span {
          color: #fff;
          float: right; }
        .single .entry-content .social-share-block .social-share-ctn .total-share {
          margin-right: 20px; }
          .single .entry-content .social-share-block .social-share-ctn .total-share p {
            display: inline-block; }
        .single .entry-content .social-share-block .social-share-ctn .social-button {
          cursor: pointer;
          width: 72px;
          height: 43px;
          background-color: #3a048d;
          padding: 10px;
          border-radius: 3px;
          margin-bottom: 8px;
          color: #fff; }
          @media only screen and (max-width: 1023px) {
            .single .entry-content .social-share-block .social-share-ctn .social-button {
              width: 50px;
              text-align: center; } }
          @media only screen and (max-width: 767px) {
            .single .entry-content .social-share-block .social-share-ctn .social-button {
              width: 28px;
              height: 28px;
              padding: 4px; } }
    .single .entry-content .zeno-ad-banner {
      text-align: right; }
  .single .single-author-bio {
    padding-bottom: 40px; }
    .single .single-author-bio .author-image {
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .single .single-author-bio .author-image {
          text-align: center; } }
      .single .single-author-bio .author-image img {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        text-align: right; }
    .single .single-author-bio .author-name {
      font-size: 18px;
      margin-bottom: .5em;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .single .single-author-bio .author-name {
          text-align: center;
          margin-top: 1em; } }
    .single .single-author-bio .author-desc {
      font-size: 16px;
      font-weight: 300; }
  .single .related-posts {
    padding-bottom: 66px; }
    .single .related-posts h3 {
      width: 100%;
      font-size: 26px;
      font-weight: bold;
      color: #48485e; }
  .single span {
    max-width: 100% !important;
    height: auto !important; }
    .single span img {
      max-width: 100% !important;
      height: auto !important; }

.form-group {
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 992px) {
    .form-group {
      width: 60%; } }
  @media screen and (max-width: 767px) {
    .form-group {
      display: block;
      width: 100%; } }

.input-group {
  display: inline; }

label.error::after {
  content: '';
  position: absolute;
  right: 3px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ef2964;
  border-top: none;
  clear: both; }

.form-group.has-error .form-control-error-icon {
  display: inline-block; }

label.error {
  background-color: #ef2964;
  float: right;
  text-transform: none;
  padding: 2px 10px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 9px;
  position: absolute;
  right: 8.5px;
  bottom: -29px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #fff !important;
  z-index: 100; }
  @media screen and (max-width: 992px) {
    label.error {
      font-size: 14px;
      padding: 0 10px;
      right: 17.5px;
      bottom: -65px; } }
  @media screen and (max-width: 480px) {
    label.error {
      font-size: 12px; } }

.form-group .form-control-error-icon {
  color: #EF2964;
  position: absolute;
  right: 14px;
  top: 15px;
  font-size: 17px;
  display: none; }
  @media screen and (max-width: 992px) {
    .form-group .form-control-error-icon {
      right: 21px;
      top: 22px; } }
  @media screen and (max-width: 767px) {
    .form-group .form-control-error-icon {
      top: 34px; } }

input.error ~ .form.control-error-icon {
  display: inline-block !important; }

input.error {
  border: solid 1px #ef2964; }

.header-bar {
  height: 50px;
  background-color: #48485e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 10000002;
  top: 0;
  width: 100%; }
  .header-bar .message {
    color: #fff;
    margin: 0 0 0 50px;
    padding: 0;
    font-size: 16px; }
  .header-bar .close-icon {
    width: 25px;
    height: 25px;
    margin-right: 17px;
    cursor: pointer; }
