@charset "UTF-8";
body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
  color: #3a3a3a; }

img {
  max-width: 100%; }

a, a:focus, a:hover, a:visited {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 20px; }

h1, .entry-content h1 {
  font-size: 40px;
  font-size: 2.6666666666667rem; }

h2, .entry-content h2 {
  font-size: 30px;
  font-size: 2rem; }

h3, .entry-content h3 {
  font-size: 25px;
  font-size: 1.6666666666667rem; }

h4, .entry-content h4 {
  font-size: 20px;
  font-size: 1.3333333333333rem; }

h5, .entry-content h5 {
  font-size: 18px;
  font-size: 1.2rem; }

h6, .entry-content h6 {
  font-size: 15px;
  font-size: 1rem; }

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%; }

td, th {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0; }

table, td, th {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* Code  */
code, pre {
  font-size: 0.9rem;
  line-height: 1.50001;
  font-variant-ligatures: none;
  word-wrap: break-word;
  word-break: normal;
  -webkit-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4; }

code {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #e01e5a; }

pre {
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #f8f8f8; }

blockquote {
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  background-color: #fbfbfb; }

.gallery-columns-4 .gallery-item,
.gallery-item {
  margin: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

/* align */
/* .alignleft,
.alignright{
    margin-top: 0;
} */
/* Colors */
/* Fonts */
/* Z-index */
/* General Setting */
html {
  font-size: 15px; }

body {
  font-size: 15px;
  font-family: "Hind";
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Quicksand"; }

/* Mixins */
.no-comments:before {
  font: normal normal normal 14px FontAwesome;
  content: "";
  margin-right: 0.3rem;
  margin-right: 0.4rem;
  font-size: 1.1rem;
  position: relative;
  top: 0.05rem; }

@media (max-width: 768px) {
  .order-mobile-2 {
    -ms-flex-order: 2;
        order: 2; } }

@media (max-width: 768px) {
  .order-mobile-1 {
    -ms-flex-order: 1;
        order: 1; } }

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important; } }

.display-on-mobile {
  display: none; }
  @media (max-width: 768px) {
    .display-on-mobile {
      display: block; } }

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(1turn);
    transform: rotate(1turn); } }

/* Placeholders */
.breadcrumb-wrapper ul, .widget-area .widget ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.fansee-business-btn-primary, .comment-respond .comment-form input[type="submit"], .no-results.not-found a {
  background: #1a55cb;
  color: #fff;
  border-radius: 10px 0 10px 0;
  padding: 13px 23px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all .3s;
  cursor: pointer; }
  .fansee-business-btn-primary i, .comment-respond .comment-form input[type="submit"] i, .no-results.not-found a i {
    margin-left: 0.3rem; }
  .fansee-business-btn-primary:visited, .comment-respond .comment-form input:visited[type="submit"], .no-results.not-found a:visited {
    color: #fff; }
  .fansee-business-btn-primary:hover, .comment-respond .comment-form input:hover[type="submit"], .no-results.not-found a:hover {
    color: #fff;
    text-decoration: none; }

.no-comments {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 0.8rem 1rem;
  font-size: 0.9rem; }

/* https://bootsnipp.com/fullscreen/ZkMKE */
.comment-respond .comment-form .comment-form-cookies-consent label {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem; }
  .comment-respond .comment-form .comment-form-cookies-consent label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .comment-respond .comment-form .comment-form-cookies-consent label::after {
    top: 0;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }

.comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute; }
  .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
  .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
    .comment-respond .comment-form .comment-form-cookies-consent input[type="checkbox"]:disabled + label::before {
      background-color: #eeeeee;
      cursor: not-allowed; }

.comment-respond .comment-form .checkbox-circle.comment-form-cookies-consent label::before {
  border-radius: 50%; }

.comment-respond .comment-form .checkbox-inline.comment-form-cookies-consent {
  margin-top: 0; }

.error404 {
  /*     
    This code create the bug on search popup form 
    you can experiment uncomment this code on 404 page
    .search-form {
        max-width: 500px;  
        margin: auto;
        margin-bottom: 25px;
    } */ }
  .error404 .not-found {
    text-align: center;
    padding: 10rem 0; }
    .error404 .not-found h1 {
      margin-bottom: 1.1rem;
      font-size: 12vw;
      line-height: 12vw;
      color: #000;
      margin-top: 0; }
    .error404 .not-found a {
      display: inline-block; }

body:not(.home) #content,
body.home.blog #content,
body:not(.home) #site-content,
body.home.blog #site-content {
  padding-top: 60px;
  padding-bottom: 60px; }

/* when admin panel is open */
.admin-bar.fansee-business-search-opened .fansee-business-main-header-wrapper {
  top: 32px; }
  @media (max-width: 783px) {
    .admin-bar.fansee-business-search-opened .fansee-business-main-header-wrapper {
      top: 46px; } }
  @media (max-width: 600px) {
    .admin-bar.fansee-business-search-opened .fansee-business-main-header-wrapper {
      top: 0; } }

.fansee-business-main-header-wrapper {
  position: relative; }
  .fansee-business-main-header-wrapper .menu-toggler {
    display: none; }
    @media (max-width: 992px) {
      .fansee-business-main-header-wrapper .menu-toggler {
        display: block; } }
  .fansee-business-main-header-wrapper .fansee-business-main-header {
    display: -ms-flexbox;
    display: flex; }
    .fansee-business-main-header-wrapper .fansee-business-main-header .fansee-business-navigation-n-options {
      -ms-flex-positive: 1;
          flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center; }

.fansee-business-header-icons {
  font-size: 1.3rem;
  margin-left: 1.2rem; }
  .fansee-business-header-icons .fansee-business-search-icon {
    padding: 0px 0.5rem;
    display: inline-block;
    color: #000; }

.site-branding .site-title {
  font-size: 2rem;
  margin: 0; }
  .site-branding .site-title a {
    font-weight: 600; }

.site-branding .site-description {
  font-size: 0.95rem;
  margin: 0; }

.breadcrumb-wrapper {
  margin-top: 1rem;
  position: relative;
  z-index: 9; }
  .breadcrumb-wrapper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .breadcrumb-wrapper ul li {
      margin: 0  0.3rem;
      font-size: 1.1rem; }
      @media (max-width: 768px) {
        .breadcrumb-wrapper ul li {
          font-size: 1rem; } }
      .breadcrumb-wrapper ul li a {
        color: #9b9b9b; }
        .breadcrumb-wrapper ul li a:after {
          font-family: fontAwesome;
          padding-left: 0.5rem;
          font-size: 0.9rem;
          content: "\f105"; }

.fansee-business-inner-banner-wrapper {
  min-height: 420px;
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .fansee-business-inner-banner-wrapper {
      min-height: 300px; }
      .fansee-business-inner-banner-wrapper h1 {
        font-size: 2rem; } }
  .fansee-business-inner-banner-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .fansee-business-inner-banner-wrapper svg {
    position: absolute;
    bottom: -28px;
    left: -100px;
    width: calc( 100% + 100px);
    fill: #fff;
    z-index: 1;
    display: none; }
  .fansee-business-inner-banner-wrapper .fansee-business-inner-banner {
    position: relative;
    z-index: 9;
    text-align: left; }
    .fansee-business-inner-banner-wrapper .fansee-business-inner-banner .entry-title {
      margin: 0;
      font-size: 40px; }
      .fansee-business-inner-banner-wrapper .fansee-business-inner-banner .entry-title > span {
        display: none; }
  .fansee-business-inner-banner-wrapper .search-form {
    max-width: 600px;
    margin: 0 auto 10px 0; }
    .fansee-business-inner-banner-wrapper .search-form label input.search-field {
      background-color: #fff; }
      .fansee-business-inner-banner-wrapper .search-form label input.search-field:focus {
        background: #fff; }

.fansee-business-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9; }

.search-form {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .search-form label {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0; }
    .search-form label input.search-field {
      min-height: 54px;
      border: none;
      background: #fff;
      font-size: 1rem;
      padding: 0.8rem 1rem 0.8rem 4rem;
      width: 100%;
      box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11); }
      .search-form label input.search-field:focus {
        background: #f7f7f7;
        outline: thin dotted; }
  .search-form button {
    border: none;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    font-size: 1.5rem;
    padding: 0;
    cursor: pointer;
    background: transparent !important; }

.fansee-business-header-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(220, 220, 220, 0.9);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .fansee-business-header-search label input.search-field {
    padding: 1.3rem 1rem 1.3rem 4rem;
    font-size: 1.5rem; }
  .fansee-business-search-opened {
    overflow: hidden; }
    .fansee-business-search-opened .fansee-business-header-search {
      display: -ms-flexbox;
      display: flex;
      visibility: visible;
      opacity: 1;
      transition: all 0.1s linear;
      z-index: 999; }
      .fansee-business-search-opened .fansee-business-header-search .search-form {
        opacity: 1;
        transition: all 0.3s ease-in-out; }
      .fansee-business-search-opened .fansee-business-header-search .close {
        -ms-transform: scale(1);
            transform: scale(1);
        opacity: 1;
        font-size: 1.2rem;
        transition: all 0.3s linear; }
  .fansee-business-header-search .close {
    font-size: 1.2rem;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    opacity: 0;
    border: none;
    padding: 0;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    position: fixed;
    text-align: center;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px; }
    .fansee-business-header-search .close:focus {
      outline: thin dotted; }
    .fansee-business-header-search .close:hover {
      background-color: #cacaca; }
  .fansee-business-header-search .search-form {
    -ms-flex-align: center;
        align-items: center;
    width: 800px;
    max-width: calc(100% - 60px);
    height: 47px;
    -ms-transform: translate(0, -15vh);
        transform: translate(0, -15vh);
    opacity: 0; }

#calendar_wrap {
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.0588235);
  padding: 1rem;
  background: #fff; }
  #calendar_wrap #wp-calendar {
    border: none; }
    #calendar_wrap #wp-calendar th {
      color: #a7a1a1;
      font-weight: 600;
      text-align: center; }
    #calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar td {
      border: none; }
    #calendar_wrap #wp-calendar .caption {
      caption-side: top; }
    #calendar_wrap #wp-calendar tbody th, #calendar_wrap #wp-calendar tbody td {
      position: relative;
      text-align: center; }
      #calendar_wrap #wp-calendar tbody th a, #calendar_wrap #wp-calendar tbody td a {
        background: #f6f5f7;
        position: absolute;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        line-height: 2.2;
        border-radius: 0.3rem;
        color: #000; }
  #calendar_wrap #today {
    background: #565555;
    color: #fff; }

.widget select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.75rem 0.6rem;
  border-radius: 0; }

.widget-area .widget ul li {
  position: relative;
  padding-left: 1.3rem; }
  .widget-area .widget ul li:before {
    position: absolute;
    left: 0;
    top: 0.7rem;
    font: normal normal normal 14px FontAwesome;
    content: "";
    margin-right: 0.3rem; }
  .widget-area .widget ul li a {
    font-size: 0.95rem;
    line-height: 36px;
    color: #282835;
    text-decoration: underline; }

.widget_tag_cloud .tagcloud a {
  padding: 3px 10px;
  color: #fff;
  background: #f0f2f9;
  border-radius: 4px;
  margin: 2px;
  display: inline-block; }

.widget-title {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.8rem; }

#secondary .widget:not(.widget_search) .widget-title {
  position: relative; }
  #secondary .widget:not(.widget_search) .widget-title::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #1b55cb;
    top: calc( 100% + 5px);
    left: 14px;
    box-shadow: -3px 0 0 0 #fff, -6px 0 0 0 #086ad8, -9px 0 0 0 #fff, -12px 0 0 0 #086ad8; }

.widget-area .widget:not(.widget_search) {
  padding: 30px;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11); }

.widget-area .widget:not(:last-child) {
  margin-bottom: 50px; }

.fansee-business-post {
  margin-bottom: 30px;
  box-shadow: 0 0 2rem 0 #f1f1f1;
  border-radius: 6px;
  transition: all 0.3s;
  -ms-transform: translateY(0);
      transform: translateY(0);
  overflow: hidden; }
  .fansee-business-post.sticky {
    position: relative;
    border: 3px solid #047CAE; }
    .fansee-business-post.sticky .image-full {
      border-radius: 0; }
    .fansee-business-post.sticky .post-content-wrap {
      padding: 1.5rem; }
    .fansee-business-post.sticky:after {
      font: normal normal normal 14px FontAwesome;
      content: "";
      margin-right: 0.3rem;
      margin-right: 0.3rem;
      position: absolute;
      top: 0.7rem;
      z-index: 2;
      font-size: 1.7rem;
      border-radius: 0.2rem;
      right: 0.7rem;
      color: #fff;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .fansee-business-post:hover {
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.02); }
    .fansee-business-post:hover .featured-media-image .fansee-business-post-type-icon {
      visibility: visible;
      opacity: 1;
      -ms-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9); }
  .fansee-business-post .post-title {
    margin-bottom: 0;
    word-break: break-all;
    margin-top: 0;
    padding: 15px 30px 0 30px; }
    .fansee-business-post .post-title a {
      display: block;
      font-size: 1.4rem;
      margin: 0.5rem 0 0.7rem;
      color: #000; }
  .fansee-business-post .post-content-wrap {
    color: #767676;
    margin-bottom: 1.4rem;
    padding: 0 30px;
    position: relative; }
    .fansee-business-post .post-content-wrap + a {
      color: #000;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center; }
      .fansee-business-post .post-content-wrap + a i {
        margin-left: 0.3rem;
        transition: margin 0.3s linear; }
      .fansee-business-post .post-content-wrap + a:hover {
        text-decoration: underline; }
        .fansee-business-post .post-content-wrap + a:hover i {
          margin-left: 0.5rem; }
  .fansee-business-post:hover .fansee-business-comments a {
    letter-spacing: 0.3px; }
  .fansee-business-post .fansee-business-comments a {
    transition: all 0.3s ease-in-out;
    color: #767676; }
    .fansee-business-post .fansee-business-comments a:hover {
      color: #767676;
      text-decoration: underline; }

.featured-media .featured-media-image {
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  background-color: #f8f6fe;
  position: relative;
  overflow: hidden; }
  .featured-media .featured-media-image .fansee-business-post-type-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 9;
    border-radius: 0.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1.4rem;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.3s linear; }
    .featured-media .featured-media-image .fansee-business-post-type-icon i {
      color: #000; }
  .featured-media .featured-media-image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }

.post-content-inner {
  position: relative; }
  .post-content-inner .fansee-business-entry-meta {
    padding: 0 30px; }
    .post-content-inner .fansee-business-entry-meta img {
      position: absolute;
      top: -40px;
      left: 30px;
      background: #fff;
      z-index: 1;
      border-radius: 50%;
      overflow: hidden;
      padding: 0.15rem; }

.footer-widget {
  color: #454545; }
  .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #454545; }
    .footer-widget ul li {
      color: #454545;
      padding-bottom: 8px; }
      .footer-widget ul li a {
        color: #454545; }
        .footer-widget ul li a:hover {
          text-decoration: none; }
  .footer-widget .widget-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px; }
    .footer-widget .widget-title:before {
      content: "";
      position: absolute;
      width: 50px;
      height: 3px;
      background: #1b55cb;
      top: calc( 100% + 5px);
      left: 14px;
      box-shadow: -3px 0 0 0 #fff, -6px 0 0 0 #086ad8, -9px 0 0 0 #fff, -12px 0 0 0 #086ad8; }
  .footer-widget .footer-widget-wrapper section {
    width: 100%; }

.fansee-business-main-footer-section {
  background: #2b2b2b; }
  .fansee-business-main-footer-section .widget {
    margin-bottom: 20px; }

.fansee-business-lower-footer-section {
  background: #2f2e2e;
  padding: 16px 0; }
  .fansee-business-lower-footer-section .author-link {
    text-align: right; }
    @media (max-width: 576px) {
      .fansee-business-lower-footer-section .author-link {
        text-align: center; } }
    .fansee-business-lower-footer-section .author-link a {
      color: #086ad8; }
  .fansee-business-lower-footer-section .social-menu {
    text-align: center; }
  .fansee-business-lower-footer-section span,
  .fansee-business-lower-footer-section a {
    font-size: 14px; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 2rem; }
  .pagination .nav-links > * {
    padding: 8px 10px 5px;
    min-width: 43px;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    box-shadow: 0 2px 10px 0 #d8dde6;
    color: #000;
    font-size: 15px;
    line-height: 23px; }
    .pagination .nav-links > *:hover {
      background-color: white; }
    .pagination .nav-links > *.current {
      background-color: #000;
      color: #fff; }
    .pagination .nav-links > *.next, .pagination .nav-links > *.prev {
      padding-left: 15px;
      padding-right: 15px; }

.comment-notes {
  padding: 16px;
  background: #fff;
  font-size: 14px; }

.comments-area {
  background: #f7f7f7;
  margin-top: 50px;
  padding: 20px;
  box-shadow: 0 0 6px #4d4d4d26;
  border-radius: 3px; }

.comment-respond .required {
  color: red; }

.comment-respond .comment-reply-title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 700; }
  .comment-respond .comment-reply-title:before {
    font: normal normal normal 14px FontAwesome;
    content: "";
    margin-right: 0.3rem;
    font-size: 1.8rem;
    margin-right: 14px; }

.comment-respond .comment-form input:not([type="checkbox"]):not([type="submit"]), .comment-respond .comment-form textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  font-size: 16px;
  padding: 14px;
  border-radius: 0; }

.comment-respond .comment-form input[type="submit"]:hover {
  background: #2419b9; }

.comment-respond .comment-form label {
  font-size: 15px;
  color: #727272; }

.entry-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .entry-meta .author-info {
    font-size: 16px;
    color: #767676; }
    .entry-meta .author-info .posted-on a {
      text-decoration: underline;
      color: #767676; }
  .entry-meta .url {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline; }

.single .entry-meta,
.page .entry-meta,
.post .entry-meta,
.search .entry-meta {
  min-height: 50px;
  padding: 0.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  border: 2px solid #f7f7f7; }
  .single .entry-meta .author-info,
  .page .entry-meta .author-info,
  .post .entry-meta .author-info,
  .search .entry-meta .author-info {
    margin-left: 1rem; }
    .single .entry-meta .author-info .posted-on a,
    .page .entry-meta .author-info .posted-on a,
    .post .entry-meta .author-info .posted-on a,
    .search .entry-meta .author-info .posted-on a {
      text-decoration: none;
      color: #000; }
  .single .entry-meta .url,
  .page .entry-meta .url,
  .post .entry-meta .url,
  .search .entry-meta .url {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 5px; }
  .single .entry-meta .posted-date,
  .page .entry-meta .posted-date,
  .post .entry-meta .posted-date,
  .search .entry-meta .posted-date {
    font-size: 0.8rem; }
    .single .entry-meta .posted-date a,
    .page .entry-meta .posted-date a,
    .post .entry-meta .posted-date a,
    .search .entry-meta .posted-date a {
      color: #767676; }

.comments-area .comments-title {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 2.5rem;
  position: relative; }
  .comments-area .comments-title:before {
    font: normal normal normal 14px FontAwesome;
    content: "";
    margin-right: 0.3rem;
    font-size: 1.8rem;
    position: absolute;
    left: 0; }

.comments-area .comment-list {
  list-style: none; }
  .comments-area .comment-list ol {
    list-style: none; }
  .comments-area .comment-list .comment-body {
    padding-left: 3rem;
    position: relative;
    margin-bottom: 3rem; }
    .comments-area .comment-list .comment-body + .comment-respond {
      padding-left: 3rem;
      margin-bottom: 4rem; }
    .comments-area .comment-list .comment-body .comment-awaiting-moderation {
      background: #f7f7f7;
      display: block;
      padding: 0.8rem;
      font-size: 0.85rem;
      margin: 0.5rem 0;
      border-left: 2px solid #000;
      border-radius: 0; }
      .comments-area .comment-list .comment-body .comment-awaiting-moderation + br {
        display: none; }
    .comments-area .comment-list .comment-body .comment-meta {
      color: #000;
      font-size: 0.8rem; }
      .comments-area .comment-list .comment-body .comment-meta * {
        color: #767676; }
    .comments-area .comment-list .comment-body .comment-author cite {
      font-weight: 600;
      font-style: inherit; }
      .comments-area .comment-list .comment-body .comment-author cite a {
        color: #000;
        text-decoration: none; }
    .comments-area .comment-list .comment-body p {
      margin-top: 0.5rem;
      background: #f7f7f7;
      padding: 0.8rem;
      font-size: 0.9rem;
      margin-bottom: 0.4rem; }
    .comments-area .comment-list .comment-body .reply a {
      font-weight: 600;
      color: #000;
      font-size: 0.85rem; }
    .comments-area .comment-list .comment-body .comment-reply-link:before {
      font: normal normal normal 14px FontAwesome;
      content: "";
      margin-right: 0.3rem;
      font-size: 0.85rem; }
    .comments-area .comment-list .comment-body .comment-author img {
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 0; }

.comment-respond .comment-reply-title a,
.comment-respond .logged-in-as a {
  font-size: 15px;
  color: #767676;
  text-decoration: none; }

.comment-respond .comment-reply-title a {
  float: right;
  margin-top: 8px;
  margin-left: 10px; }
  @media (max-width: 576px) {
    .comment-respond .comment-reply-title a {
      display: block;
      float: none;
      text-align: right; } }

.comment-navigation + * {
  margin-top: 65px; }

.no-results.not-found {
  text-align: center; }
  .no-results.not-found h1 {
    margin: 2.5rem 0 1.5rem; }
  .no-results.not-found .page-content p {
    margin-bottom: 40px; }
  .no-results.not-found svg {
    max-width: 650px; }
  .no-results.not-found a {
    display: inline-block;
    text-transform: uppercase; }
  .no-results.not-found .search-form {
    max-width: 400px;
    margin: 45px auto; }

.post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 5rem; }
  @media (max-width: 992px) {
    .post-navigation .nav-links {
      margin-top: 3rem;
      margin-bottom: 2rem;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .post-navigation .nav-links > div {
    width: calc(50% - 15px);
    padding: 1rem;
    box-shadow: 0 2px 10px 0 #d8dde6;
    transition: all 0.3s linear;
    position: relative;
    background: #f7f7f7; }
    @media (max-width: 992px) {
      .post-navigation .nav-links > div {
        width: 100%;
        margin-bottom: 0.7rem; } }
    .post-navigation .nav-links > div:hover {
      background-color: #f7f7f7; }
    .post-navigation .nav-links > div a span {
      display: block; }
    .post-navigation .nav-links > div a .nav-title {
      font-size: 1.1rem;
      margin-top: 0.3rem;
      color: #000;
      font-weight: 600; }
    .post-navigation .nav-links > div.nav-next {
      text-align: right;
      padding-right: 3rem; }
      .post-navigation .nav-links > div.nav-next:hover:after {
        right: 10px; }
      .post-navigation .nav-links > div.nav-next:after {
        position: absolute;
        top: 50%;
        right: 15px;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        transition: all 0.3s linear;
        font: normal normal normal 14px FontAwesome;
        content: "";
        margin-right: 0.3rem; }
    .post-navigation .nav-links > div.nav-previous {
      padding-left: 3rem; }
      .post-navigation .nav-links > div.nav-previous:hover:after {
        left: 10px; }
      .post-navigation .nav-links > div.nav-previous:after {
        position: absolute;
        top: 50%;
        left: 15px;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        transition: all 0.3s linear;
        font: normal normal normal 14px FontAwesome;
        content: "";
        margin-right: 0.3rem; }

.single-navigator .nav-links .nav-previous {
  margin: 0 auto 0 0; }

.single-navigator .nav-links .nav-next {
  margin: 0 0 0 auto; }

.post-categories {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0; }
  .post-categories li {
    margin-top: 5px;
    margin-bottom: 5px; }
    .post-categories li a {
      color: #707070;
      background-color: transparent;
      border: 1px solid #086ad8;
      border-radius: 5px 0 5px 0;
      font-size: 11px;
      padding: 4px 7px;
      transition: all .3s;
      margin-right: 6px; }
      .post-categories li a:hover {
        color: #000;
        background-color: #000; }
