/**
 * General styles
 */
body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: #222222;
}
b, strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: 10px;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 28px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
ul,ol {
  margin-left: 20px;
  margin-bottom: 20px;
}
ul>li {
  list-style-type: circle;
  list-style-position: outside;
  line-height: 1.5;
}
ol>li {
  list-style-type: numeric;
  list-style-position: outside;
  line-height: 1.5;
}

/**
 * Back to top
 **/
.to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  cursor: pointer;
  background-color: #acacac;
  border-radius: .25rem;
  border: 1px solid #8a8a8a;
  transition: .3s;
}
.to-top:hover {
  background-color: #8a8a8a;
  border: 1px solid #686868;
  transition: .3;
}
.to-top i {
  color: #222222;
  font-size: 32px;
  padding: 4px 10px 6px 10px;
}

/**
 * Page header
 */
.main-header {
  background-image: url('../img/header-bg.jpg');
  background-position: center center;
}
/* Navbar */
nav.navbar {
  background-color: rgba(0,0,0,.5);
}
nav.navbar li {
  list-style-type: none;
}
nav.navbar a.navbar-brand {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
}
nav.navbar a.navbar-brand:hover{
  color: #ffffff;
}
nav.navbar .navbar-nav .nav-item {
  margin-left: .5rem;
  margin-right: .5rem;
  position: relative;
}
nav.navbar .navbar-nav .nav-item::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: calc(50% - 3px);
  left: -0.5rem;
  border-radius: 50%;
  background-color: #ffffff;
}
nav.navbar .navbar-nav .nav-item:first-child::after {
  display: none;
}
nav.navbar .navbar-nav a.nav-link {
  color: #ffffff;
  font-size: 12px;
}
nav.navbar .navbar-nav a.nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, .5);
  margin-top: 3px;
  transition: .3s;
}
nav.navbar .navbar-nav .active a.nav-link,
nav.navbar .navbar-nav a.nav-link:hover {
  color: #ffffff;
}
nav.navbar .navbar-nav .active a.nav-link::after,
nav.navbar .navbar-nav a.nav-link:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .5);
  margin-top: 3px;
  transition: .3s;
}
.navbar-light .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Site title */
.main-header .title{
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .main-header .title h1 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 991.98px) {
  nav.navbar .navbar-nav .nav-item::after {
    display: none;
  }
  nav.navbar .navbar-nav a.nav-link {
    display: inline-block;
  }
  .main-header .title h1 {
    font-size: 48px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-header .title h1 {
    line-height: 1;
  }
}

/**
 * Home page
 */
main h2 {
  font-size: 54px;
  font-weight: 300;
  color: #000000;
}
main .main-title::before {
  content: '';
  display: block;
  width: 5px;
  height: calc(100% + 168px);
  background-color: #57716e;
  position: absolute;
  left: -1.5rem;
  bottom: 5px;
}
.main-page main .ranking-intro p:last-child {
  text-align: left;
}
.main-page main .ranking-intro p:last-child>em {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 22px;
}
.main-page main hr {
  height: 5px;
  background-color: #57716e;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575.98px) {
  p {
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  main h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991.98px) {
  main .main-title::before {
    display: none;
  }
}
/* Ranking */
.archive article,
.ranking article {
  margin-bottom: 40px;
}
.ranking article:first-child .rank {
  color: #f6d989;
}
.ranking article:first-child .more {
  color: #f6d989;
}
.ranking article:first-child .more:hover {
  color: #9a9a9a;
}
.archive article .row>div:first-child,
.ranking article .row>div:first-child {
  border: 1px solid #e1e1e1;
}
.ranking article .rank {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #9a9a9a;
  position: absolute;
  top: 10px;
  right: 10px;
}
.archive article h2,
.ranking article h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}
.archive article h2 a,
.ranking article h2 a {
  color: #000000;
}
.archive article h2 a:hover {
  color: #78e5df;
}
.ranking article h2 a:hover {
  color: #f6d989;
}
.archive article p,
.ranking article p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.ranking article hr {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #e1e1e1;
}
.archive article .more,
.ranking article .more {
  font-size: 16px;
  font-weight: 700;
  color: #9a9a9a;
  text-transform: uppercase;
}
.archive article .more:hover {
  color: #78e5df;
}
.ranking article .more:hover {
  color: #f6d989;
}
@media screen and (max-width: 991.98px) {
  .archive article,
  .ranking article {
    margin-bottom: 60px;
  }
  .ranking article hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/**
 * Sidebar
 */

.no-results-form,
aside .widget .post-widget {
  background-color: #acacac;
}
aside .widget .categories-post-widget-title {
  font-size: 28px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}
aside .widget .categories-post-widget-list li {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
aside .widget .categories-post-widget-list li a {
  color: #ffffff;
  font-size: 18px;
}
aside .widget .categories-post-widget-list li a:hover {
  color: #78e5df;
}
aside .widget .categories-post-widget-list li::after {
  content: '';
  display: inline-block;
  background: #ffffff;
  margin: 3.5px 8px;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}
aside .widget .categories-post-widget-list li:last-child::after {
  display: none;
}
aside .widget .categories-post-widget-section {
  background-color: #ffffff;
}
aside .widget .categories-post-widget-section .categories-post-widget-title {
  color: #000000;
}
aside .widget a.post-title {
  font-size: 15px;
  color: #222222;
  text-transform: uppercase;
}
aside .widget .categories-post-widget-social {
  background-color: #000000;
  margin-top: 40px;
}
aside .widget .categories-post-widget-social .fab {
  color: #ffffff;
  cursor: pointer;
}
aside .widget .categories-post-widget-social .fab:hover {
  color: #78e5df;
}
aside .categories-post-widget-single-title {
  line-height: .5;
}
aside .categories-post-widget-single-title a:hover {
  color: #78e5df;
}
aside .widget .readmore a {
  color: #ffffff;
  font-size: 12px;
  background-color: #000000;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-top: 5px;
  display: inline-block;
}
aside .widget .readmore a:hover {
  background-color: #78e5df;
}
form.search-form input {
  border: none;
  width: calc(100% - 35px);
  height: 30px;
  padding-left: 4px;
}
form.search-form button {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  color: #ffffff;
}
.widget_text img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 575.98px) {
  aside .readmore,
  aside .categories-post-widget-single-title {
    text-align: center;
  }
}

/**
 * Footer
 */
footer {
  background-color: #78e5df;
}
footer a,
footer a:hover {
  color: #222222;
}

/**
 * Single article
 */
.post main a {
  position: relative;
  font-weight: 700;
  color: #222222;
}
.post main a::after {
  content: '';
  display: block;
  width: 100%;
  height: 15%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: .3s;
  background-color: rgba(120, 229, 223, .5);
}
.post main a:hover::after {
  height: 100%;
}
.post main.ranking-item ul {
  border: 1px solid #78e5df;
  padding: 1.5rem 3rem;
  margin-left: 0;
}
.post main.ranking-item  ul>li {
  list-style-type: none;
  line-height: 2.5;
  position: relative;
}
.post main.ranking-item  ul>li:first-child {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-left: -20px;
  margin-bottom: 10px;
}
.post main.ranking-item  ul>li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: -16px;
  top: 1.3rem;
}
.post main.ranking-item  ul>li:first-child::before {
  display: none;
}
.tags {
  margin-bottom: 40px;
}
.tags > a:hover {
  color: #78e5df;
}
.post main .tags > a::after {
  display: none;
} 

/**
 * Pagination
 */
.pagination {
  padding-top: 1rem;
  padding-bottom: 1rem;
 }
.pagination span,
.pagination a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  margin-left: 1px;
  margin-right: 1px;
  color: #222;
}
.pagination a:hover {
  background-color: #fafafa;
}
.pagination span.current {
  background-color: #78e5df;
}

/**
 * Pagination
 **/

.related-posts div {
  border: 1px solid transparent;
}
.related-posts div:hover {
  border: 1px solid #e1e1e1;
}
.related-posts div h5 {
  margin-top: 15px;
}
.related-posts div h5.text-center a {
  font-weight: 300;
}
.related-posts div h5.text-center a::after {
  display: none;
}

/**
 * Comments
 **/
ol.children {
  margin-bottom: 8px;
  margin-right: 8px;
}
ol.children .card-header {
  background: none;
}
.card-header > div:first-child {
  width: 50%;
  float: left;
}
.card-header > div:last-child {
  width: 50%;
  float: right;
}
.card-header::after {
  content: '';
  display: block;
  clear: both;
}
img.avatar {
  margin-right: 15px;
}
.comment-metadata {
  text-align: right;
}
.comment-metadata time {
  color: #222222;
}
.comment-metadata time:hover {
  color: #777777;
}
.comment-metadata time,
.comment-metadata time:hover {
  background: none;
  font-size: 12px;
  border: none;
  padding-right: 0;
}
.comment .comment-metadata ul.list-inline {
  border: none;
  padding: 0;
}
.comment .comment-metadata ul.list-inline li:before {
  display: none;
}
.comment .comment-metadata ul.list-inline li.edit-link,
.comment .comment-metadata ul.list-inline li.reply-link {
  font-size: 14px;
  background: none;
  padding: 4px 10px;
  color: #222222;
  line-height: 1;
  margin: 0;
}
.comment-content {
  padding: 15px;
  font-size: 18px;
}

.comment-respond a::after {
  display: none !important;
}
.comment-respond a:hover {
  color: #777777;
}
.comment-respond label {
    display: block;
}
.comment-respond input,
.comment-respond textarea {
  border: 1px solid #e1e1e1; 
}
.comment-respond input[type=submit] {
  font-size: 14px;
  background: none;
  padding: 4px 10px;
  color: #222222;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  border-radius: .25rem;
  cursor: pointer;
}
.edit-link,
.reply-link,
.comment-respond input[type=submit] {
  border: 1px solid #222222;
  transition: .3s;
}
.edit-link:hover,
.edit-link:hover a,
.reply-link:hover,
.reply-link:hover a,
.comment-respond input[type=submit]:hover {
  background-color: #222222 !important;
  color: #ffffff !important;
  transition: .3s;
}
.comment-metadata > a {
  display: none;
}