/* post slider */
body {
    background: #111;
}

a {
    text-decoration: none;
    color: inherit;
}

.slick-dots {
    display: none !important;
}

.page-wrapper {
    margin-top: 6rem;
    min-height: 130vh;
}

.slick-arrow {
    color: white;
}

.slider-title {
    color: #9a26a4;
}

.post-slider {
    position: relative;
}

.post-slider .slider-title {
    text-align: center;
    margin: 20px auto;
    margin-top: 6rem;
}

.post-slider .next {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 2em;
    cursor: pointer;
}

.post-slider .prev {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 2em;
    cursor: pointer;
}

.post-slider .post-wrapper {
    width: 84%;
    height: 350px;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
}

.recent-posts-title {
    color: #9a26a4;
}

.post-slider .post-wrapper .post {
    display: inline-block;
    background: #1d1d1d;
    width: 300px;
    height: 330px;
    margin: 0px 10px;
    border-radius: 5px;
    box-shadow: 1rem 1rem 1rem -1rem #0f0f0f;
}

.post-slider .post-wrapper .post .slider-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post-slider .post-wrapper .post .post-info {
    height: 130px;
    padding: 0px 5px;
    color: white;
}

.post-slider .post-wrapper .post .post-info h4 {
    margin: 5px;
}

.post-slider .post-wrapper .post .post-info h4 a{
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.post-slider .post-wrapper .post .post-info h4 a:hover{
    color: #8f0b98;
    transition: all 0.3s;
}

.content {
    width: 90%;
    margin: 30px auto 30px;
}

.content .main-content {
    width: 70%;
    float: left;
}

.content .sidebar {
    width: 30%;
    float: left;
    height: 300px;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.content .main-content .recent-posts-title {
    margin: 20px;
}

.content .main-content .post {
    width: 95%;
    height: 270px;
    margin: 20px auto;
    border-radius: 5px;
    background: #1d1d1d;
    position: relative;
    color: white;
}

.content .main-content .post .post-image {
    width: 40%;
    height: 100%;
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.content .main-content .post a:hover {
    color: #8f0b98;
    transition: all 0.3s;
}

.content .main-content .post .post-preview {
    padding: 10px;
    width: 60%;
    float: right;
}

.btn {
    padding: .5rem 1rem;
    background: #8f0b98;
    color: white;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.3s;
}

.btn:hover {
    background: #7e0c87;
    color: white !important;
}

.content .main-content .post .read-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.content .sidebar .section {
    background: #1d1d1d;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: white;
}

.content .sidebar .section.search {
margin-top: 20px;

}

.text-input {
    padding: .7rem 1rem;
    display: block;
    width: 100%;
    border-radius: 5px;
    outline: none; 
    color: #444;
    line-height: 1.5rem;
    border: 1px solid #e0e0e0;
    font-size: 1.2rem;
}

.content .sidebar .section.topics ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #e0e0e0;
}

.content .sidebar .section.topics ul li a {
    display: block;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s;
}

.content .sidebar .section.topics ul li a:hover {
    padding-left: 10px;
    transition: all 0.3s;
    color: #8f0b98;
}

.content .sidebar .section .section-title-blog {
    margin: 0px 0px 10px 0px;
}

.content .main-content.single {
    background: #1d1d1d;
    padding: 20px 50px;
    font-size: 1.1rem;
    border-radius: 5px;
    color: white;
}

.content .main-content.single h1 {
    color: #9a26a4;
}

.content .sidebar.single {
    padding: 0px 10px;
}

.content .main-content .post-title {
    text-align: center;
    margin-bottom: 40px;
}

.content .sidebar.single .popular .post {
    border-top: 1px solid white;
    margin-top: 10px;
    padding-top: 10px;
}

.content .sidebar.single .popular .post img {
    height: 60px;
    width: 75px;
    float: left;
    margin-right: 10px;
}
#search-results {
    margin-top: 1rem;
}

.search-result {
    padding: 0.5rem 0;
    border-bottom: 1px solid white;
    transition: all 0.3s;
}

.search-result h4 {
    margin: 0.2rem 0;
    transition: all 0.3s;
}

.search-result p {
    margin: 0;
    font-size: 0.9rem;
    color: white;
}

.site-footer {
    margin-top: auto !important;
}

@media (max-width: 1240px) {

  

}

/* Small tablets / large phones (≤768px) */
@media (max-width: 768px) {
  .page-wrapper {
    margin-top: 5rem;
  }

  .content {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .content .main-content .post {
    display: block;
    height: auto;
  }

  .content .main-content .post .post-image {
    width: 100%;
    height: 300px;
    border-radius: 5px 5px 0 0;
    float: none;
  }

  .content .main-content .post .post-preview {
    width: 100%;
    float: none;
    padding: 15px;
  }

  .content .main-content.single {
    padding: 20px;
  }

  .content .sidebar .section {
    margin-top: 1rem;
  }

  .content .sidebar.single {
    padding: 0;
  }

  .post-slider .post-wrapper {
    width: 95%;
    height: auto;
  }

  .post-slider .post-wrapper .post {
    width: 90%;
    height: auto;
    margin: 10px auto;
  }

  .post-slider .next,
  .post-slider .prev {
    display: none;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left,
  .footer-links,
  .footer-social,
  .footer-privacy {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* Phones (≤480px) */
@media (max-width: 480px) {
  body {
    font-size: 0.95rem;
  }

  .content .main-content .post .post-preview h2 {
    font-size: 1rem;
  }

.content .main-content .post .post-image {
    height: 200px;
  }

  .content .main-content .post .post-preview p {
    font-size: 0.9rem;
  }

  .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }

  .content .main-content.single {
    padding: 15px;
  }

  .content .main-content .post .read-more {
    position: static;
    display: inline-block;
    margin-top: 10px;
  }

  .content .sidebar .section.topics ul li a {
    padding: 10px 0;
  }

  .header-title span {
    font-size: 1.2rem;
  }

  .post-slider .slider-title {
    margin-top: 4rem;
  }

  .site-footer {
    padding: 1rem;
  }
}

@media (max-width: 650px) {
.sidebar {
    display: none;
}

#recent-posts.main-content {
    width: 100%;
    align-items: center;
}

}

/* For screens ≤768px */
@media (max-width: 768px) {
  .content .main-content .post .read-more {
      position: static;      
      display: block;      
      margin: 10px 0 0 0;    
      width: auto;           
  }
}

.content .sidebar .section .h4 a:hover {
    color: #8f0b98;
    transition: all 0.3s;
}

