body,
p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: inherit;
  color: #111111;
}
ul li {
  margin-bottom: 6px;
}
p {
  margin-block-end: 20px;
  line-height: 26px;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 20px;
}
blockquote p {
  font-size: 16px;
  font-weight: 600;
}
a {
  font-family: inherit;
  transition: 0.5s;
}
.entry-meta a:hover {
  color: #8e006f;
}
.is-sticky .site-description {
  display: none;
}
body .bg-img-1 {
  height: 100vh;
  background-position: left top;
  background-size: cover;
  background-attachment: fixed;
}

body[dir="rtl"] .bg-img-1 {
  background-position: right top;
}
/*Default Background color*/
.theme-bg,
input[type="submit"],
#scrollUp,
.pagination_num.current,
#loading-wrap {
  background-color: #151515;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
  border-color: #151515;
}
.btn.sm-btn:focus,
.btn.sm-btn:hover {
  border-color: #151515;
  background-color: #151515;
}

.pagination_num.current:hover,
#scrollUp:hover {
  background-color: #000;
}

h5.widget-title {
  letter-spacing: 2px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}
.post-details h2,
.content-area h2 a,
.content-area h2 {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
header.entry-header,
header.page-header {
  text-align: center;
  margin-bottom: 40px;
}
.post.sticky {
  border: 1px solid #ededed;
  position: relative;
  padding-block: 30px;
  padding-inline: 10px;
  overflow: hidden;
}
.slide-caption h1 {
  margin-bottom: 20px;
}
h1.page-title {
  font-size: 40px;
}
article.post-details {
  margin-bottom: 80px;
  border-bottom: 1px solid #ededed;
}
.copyright p {
  letter-spacing: 0;
  font-size: 14px;
}
.copyright a:focus,
.copyright a:hover {
  color: #ededed;
}
p.white-color.copytext {
  margin: 0;
}
@media (max-width: 980px) {
  body {
    font-size: 14px;
  }
  h1.page-title {
    font-size: 30px;
  }
  h1.site-title a {
    font-size: 20px;
  }
  header.entry-header,
  header.page-header {
    margin-bottom: 30px;
  }
  .post-details h2,
  .content-area h2 a,
  .content-area h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.widget-area ol {
  margin: 0;
  padding: 0;
}