body {
  font-family: 'Poppins', sans-serif;
  color: rgba(225, 225, 225, 0.6);
}
body {
  background-color: #211328;
}
body.login-body {
  background-color: #211328;
}
img {
  max-width: 100%;
  height: auto;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.top-nav {
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
.top-nav a {
  color: #fff;
}
.nav-link {
  font-weight: 500;
}
.navbar-nav {
  margin-right: 20px;
}
.dropdown-menu {
  background: #3b3255;
}
.dropdown-menu .dropdown-item {
  padding: 15px 25px;
}
ul.user-links {
  background: #3b3255;
  z-index: 20;
}
ul.user-links li {
  color: unset;
}
.search-bar {
  max-width: 200px;
  margin-left: auto;
  position: relative;
}
.search-bar input.search {
  text-indent: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px!important;
  border: none;
  height: 50px;
  margin-bottom: 0;
}
.search-bar .bi-search {
  position: absolute;
  color: #fff;
  top: 14px;
  left: 15px;
}
.search-bar .form-control::placeholder {
  color: #fff;
  opacity: 0.5;
}
.category-description {
  padding: 20px;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.1);
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #5bc0de;
  margin-bottom: 40px;
}
.pagination-wrapper {
  margin-top: 20px;
}
.pagination .page-link {
  background: #7f598e;
  color: #fff;
  border: 0;
  padding: 10px 18px;
}
.page-link:hover {
  background: #574260;
}
.pagination .disabled .page-link {
  background: #503759;
}
.single-title, .page-title {
  font-size: calc(1.3rem + .6vw);
  color: #fff;
}
.item-title {
  color: #fff;
  margin-bottom: 30px;
}
.section-title {
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
}
.grid-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
.img-rounded {
  border-radius: 20%;
}
.small-thumb {
  width: 100%;
}
.list-info {
  color: rgba(255, 255, 255, 0.5);
}
.list-title {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-category {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.game-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-item {
  padding: 4px 14px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 8px;
  margin-top: 8px;
  border-radius: 8px;
  color: #fff;
}
.game-item {
  display: flex;
  flex-wrap: wrap;
}
.grid-2 .game-item:hover, .grid-3 .game-item:hover, .list-vertical:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
.list-game {
  width: 100%;
}
.list-game-x:hover {
  padding: 10px;
  background-color: #eef0f2;
  border-radius: 10px;
  scale: 1.2;
}
.list-rating {
  font-size: 14px;
}
.gamelist-vertical-widget .list-thumbnail {
  max-width: 80px;
  float: left;
  margin-right: 15px;
}
.grid-1 .list-game {
  margin-bottom: 40px;
}
.grid-1 .list-info {
    overflow: hidden;
    margin: 0.35714em;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    position: relative;
    bottom: 65px;
    margin-bottom: -53px;
    opacity: 0;
    font-weight: 700;
    font-size: 18px;
}
.grid-2 {
  margin-bottom: 20px;
}
.grid-2 .list-thumbnail {
  max-width: 100px;
  float: left;
  height: 100px;
  margin-right: 15px;
  width: 100px;
}
.grid-2 .list-title {
  font-size: 20px;
  font-weight: 500;
}
.grid-3 .list-game {
  background:  rgba(225, 225, 225, 0.15);
  border-radius: 15px;
}
.grid-3 .list-thumbnail {
  overflow: hidden;
  margin: 0;
}
.grid-3 .list-title {
  font-size: 18px;
  font-weight: 500;
}
.grid-3 .list-category, .gamelist-vertical-widget .list-category {
  font-style: italic;
  opacity: 0.7;
}
.grid-3 .list-game {
  overflow: hidden;
}
.grid-3 .list-info {
  padding: 10px;
}
.grid-3 {
  margin-bottom: 20px;
}
@media(hover: hover) and (pointer: fine) {
  .grid-1 .list-game:hover > .list-info {
    opacity: 1;
    transition: all 0.5s ease;
  }
  .list-thumbnail:hover {
    opacity: 0.5;
    transition: all 0.5s ease;
  }
}
.list-1 .list-thumbnail {
  max-width: 90px;
  margin-right: 15px;
}
.list-1 .list-thumbnail img {
  border-radius: 50%;
}
.row-list-1 {
  position: relative;
}
.list-1-wrapper {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 70px;
}
.list-1-wrapper .game-item {
  display: inline-block;
  text-align: center;
}
.footer {
  padding: 40px 0;
}
.border-line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.dsb-panel {
  float: right;
}
.footer-copyright {
  background: rgba(0, 0, 0, 0.4);
}
.header-area {
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}
.masthead-title {
  color: #fff;
}
.masthead-description {
  max-width: 800px;
  margin: 0 auto;
}
.masthead-description h3 {
  font-size: 20px;
}
ul.list-categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
ul.list-categories li {
  padding: 10px 15px;
  background-color: #c9d2d5;
  border-radius: 15px;
  margin-right: 12px;
  margin-bottom: 16px;
  color: #fff;
}
.widget .category-wrapper {
  float: none;
  margin-right: 0;
}
.widget ul.category-item {
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.category-item li {
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}
.category-item li:hover {
  background: rgba(255, 255, 255, 0.15);
}
ul.category-list-wrapper {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.category-list-wrapper .cat-item {
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 20px;
  margin-bottom: 16px;
  width: 155px;
  color: #4f5053;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.category-list-wrapper .cat-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.cat-name {
  color: #fff;
  font-weight: bold;
}
.cat-game-amount {
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal;
}
.icon-category {
  margin-right: 8px;
}
.category-list-global .icon-category {
  float: left;
}
ul.category-list-game .icon-category {
  float: none;
}
ul.category-list-game {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.category-list-game .cat-item {
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 20px;
  margin-bottom: 16px;
  color: #4f5053;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.category-list-game .cat-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.cat-info {
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
}
.game-info {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 18px 18px 18px;
  display: flex;
  flex-wrap: wrap;
}
.header-left {
  margin: 10px 0;
}
.header-right {
  margin-left: auto;
  text-align: right;
}
.header-right .btn, .header-right .social-icon {
  margin-top: 10px;
}
.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
}
.game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.widget-title {
  margin-bottom: 20px;
  color: #fff;
}
.btn-default {
  border: 1px solid #bdc0c1;
  background-color: #fff;
}
.b-left {
  position: absolute;
  top: 20px;
}
.b-right {
  position: absolute;
  top: 20px;
  right: 10px;
}
.btn-primary {
  background-color: #01b6ff;
  border-color: #13a5df;
}
@media only screen and (max-width: 992px) {
  body {
    background-size: contain;
  }
  .search-bar {
    max-width: 100%;
  }
  .nav-item  {
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .top-user {
      width: 80px;
      margin: 10px;
  }
  .leaderboard-cell.user-xp {
    margin-top: 12px;
    position: absolute;
    right: 20px;
  }
  .leaderboard-cell.rank {
    display: none;
  }
  .post-media .post-thumb {
    float: none;
    overflow: unset;
    margin-left: 0;
    margin-bottom: 20px;
    width: unset;
  }
  .post-media .post-thumb img {
    width: 100%;
    height: auto;
  }
}
  
.dropdown-icon {
  display: inline-block;
  margin-left: .455em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.btn-load-more {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 14px 50px;
  border-radius: 40px;
}
.b-load-more {
  margin-bottom: 40px;
}
.btn-load-more:hover {
  background: rgba(255, 255, 255, 0.05);
}
.header-right .btn-capsule, .header-right .btn-share {
  margin-left: 10px;
}
.btn-circle {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 15px;
  color: #fff;
  border-radius: 40px;
}
.btn-capsule {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  color: #fff;
  border-radius: 40px;
}
.btn-capsule:hover, .btn-capsule.active, .btn-circle:hover {
  background: rgba(255, 255, 255, 0.5);
}
.b-white {
  background: #fff;
  color: #000000;
  font-size: 18px;
}
.b-login {
  margin-left: 10px;
}
.star-on {
  color: #FFA73F;
  margin-right: 4px;
}
.star-off {
  color: #5C5B5F;
  margin-right: 4px;
}
.b-icon {
  margin-right: 8px;
}
.content-wrapper {
  margin-top: 40px;
}
.highlight-text {
  color: #fff;
}
.list-vertical {
  margin-bottom: 20px;
}

/* COMMENTS */

.jquery-comments .textarea-wrapper .textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 8px;
}
.comments-container {
  border: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.jquery-comments ul.navigation {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.jquery-comments ul.navigation li.active, .jquery-comments ul.navigation li:hover {
  color: unset;
}
.jquery-comments .textarea-wrapper::before, .jquery-comments .textarea-wrapper::after {
  display: none;
}
.jquery-comments .textarea-wrapper .control-row > span {
  padding: 10px 20px;
  border-radius: 8px;
}

/* END COMMENTS */

/* BLOG / POST */

.post-title {
  font-size: 25px;
}
.post-thumb {
  float: right;
  width: 200px;
  overflow: hidden;
  margin-left: 20px;
}
.post-thumb img {
  height: 180px;
  max-width: unset;
}
.post-item {
  display: flex;
}
.post-media {
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin-bottom: 25px;
}
.post-title a {
  color: #fff;
}
.post-meta {
  font-style: italic;
  margin-bottom: 5px;
}
.page-content {
  margin-top: 40px;
}
/* END BLOG / POST */

/* USER PROFILE */

.user-page {
  background: unset;
}
.user-page .section {
  background-color: rgba(255, 255, 255, 0.1);
}
.profile-comment-item {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: unset;
}
.user-page .comment-text {
  color: #fff;
}
.user-page .comment-date.text-secondary {
  color: unset!important;
}
input.form-control {
  margin-bottom: 10px;
}

/* USER PROFILE */

#mobile-back-button {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 101;
    top: 100px;
    left: 0;
    width: 56px;
    height: 46px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 24%) 0px 16px 32px;
    border-radius: 0px 16px 16px 0px;
    overflow: hidden;
    cursor: pointer;
}
#mobile-back-button i {
  color: #94a2a2;
  font-size: 30px;
  margin-left: 14px;
}
.btn-left, .btn-right {
  z-index: 1;
}

/* LOGIN & REGISTER */

.login-form, .register-form {
  background: rgba(255, 255, 255, 0.1);
}

/* */

.mobile-thumb-play img {
  width: 100%;
  opacity: 0.7;
}
.mobile-thumb-play {
  background: #000000;
  overflow: hidden;
}
#mobile-play {
  position: relative;
}
#mobile-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  color: #fff;
  transform: translate(-50%, -50%);
}
.game-container {
  overflow: hidden;
  border-radius: 18px;
}
.color-red {
  background: rgba(238, 19, 39, 0.4);
}
.top-3 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.top-user {
    display: inline-block;
    text-align: center;
    margin: 15px;
    position: relative;
    white-space: nowrap;
}
.top-number {
    width: 40px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 20%;
    transform: translate(-50%, -50%);
}
.top-avatar img {
    border-radius: 50%;
    display: block;
}
.rank-1 .top-avatar img {
    width: 120px;
}
.leaderboard-table {
    clear: both;
    display: block;
    width: 100%;
}
.leaderboard-row {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 15px;
    margin-top: 15px;
    white-space: nowrap;
}
.leaderboard-cell {
    vertical-align: middle;
    padding: 0 10px;
    display: inline-block;
}
.leaderboard-user-avatar img {
    width: 50px;
    border-radius: 50%;
    display: block;
}
.leaderboard-cell.username {
    font-weight: bold;
    min-width: 160px;
}
.leaderboard-cell.rank {
    float: right;
}
.level-badge {
    float: left;
    margin-right: 10px;
}
.top-player-wrapper {
  margin-bottom: 20px;
}
.gamelist-widget .list-game {
  margin-bottom: 20px;
}
/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/
img.lazyload,
img.loading {
  position: relative;
  display: inline-block;
  background: #f9f9f9; /* placeholder bg */
  min-height: 100px; /* reserve space */
}

/* Show SVG loader while loading */
img.loading::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 100 100'><circle cx='50' cy='50' r='40' stroke='%232196f3' stroke-width='10' fill='none' stroke-dasharray='200' stroke-dashoffset='0'><animateTransform attributeName='transform' type='rotate' dur='1s' repeatCount='indefinite' from='0 50 50' to='360 50 50'/></circle></svg>");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img.lazyloaded::after {
  display: none;
}

.footer_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  webkit-box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
  box-shadow: 0 8px 48px 8px rgb(19 11 24 / 58%);
  padding: 45px 60px 0px 60px;
}

.single-footer-widget {
  position: relative;
  z-index: 1;
}
.single-footer-widget .copywrite-text a {
  color: #747794;
  font-size: 1rem;
}
.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
  text-decoration: underline;
}
.single-footer-widget .widget-title {
  margin-bottom: 1.5rem;
}
.single-footer-widget .footer_menu li a {
  color: #747794;
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
}
.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
 text-decoration: underline;
}
.single-footer-widget .footer_menu li:last-child a {
  margin-bottom: 0;
}

.footer_social_area {
  position: relative;
  z-index: 1;
}
.footer_social_area a {
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
  display: inline-block;
  background-color: #f5f5ff;
  line-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}
.footer_social_area a i {
  line-height: 36px;
}
.footer_social_area a:hover,
.footer_social_area a:focus {
  color: #ffffff;
}


@-webkit-keyframes bi-cycle {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes bi-cycle {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
ol li,
ul li {
  list-style: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .footer_area {
    padding: 15px;
  }
  .single-footer-widget {
    margin-top: 11%;
  }
}
.user-avatar img {
	width: 40px;
}
.user-avatar {
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
ul.user-links {
    position: absolute;
    background: #fff;
    right: 0;
    top: 100%;
    z-index: 2;
    text-align: left;
    list-style: none;
    font-weight: normal;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    padding-left: 0;
    box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
}
ul.user-links li {
    padding: 1rem;
    min-width: 220px;
    color: #2c3e50;
}
ul.user-links.hidden {
	display: none;
}
.user-links hr {
	margin: 0;
}
#mainNav .container {
	position: relative;
	padding: 0 10px;
}
.section {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.05);
}
.section-title {
	font-size: 1.3rem;
}
.page-title {
	margin-top: 5px;
	margin-bottom: 20px;
}
.profile-username {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.user-page {
	background-color: #f6f8fb;
}
.user-page .single-title {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 25px;
	font-size: 1.5rem;
}
.user-page .section-title {
	font-weight: bold;
	margin-bottom: 15px;
}
.profile-bio {
	margin-top: 10px;
}
.profile-join {
	color: #d6793a;
	font-style: italic;
}
.progress-bar {
	background-color: #19bae0;
}
.level-badge {
	float: left;
	margin-right: 10px;
}
.profile-game-item {
	max-width: 80px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 15px;
}
.profile-gamelist-horizontal {
	position: relative;
}
.profile-gamelist-horizontal ul {
	overflow: hidden;
	white-space: nowrap;
	display: block;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.profile-gamelist-horizontal li {
	display: inline-block;
	text-align: center;
}

.profile-comment-item {
	position: relative;
	border: 1px solid #dcdfe3;
	padding: 15px;
	border-radius: 10px;
	margin-top: 20px;
}

.comment-date {
	font-style: italic;
}

.btn-left {
	position: absolute;
	left: 0;
	background-color: #fff;
	border-radius: 50%;
	top: 14px;
	margin: 5px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	z-index: 1;
}
.btn-right {
	position: absolute;
	right: 0;
	background-color: #fff;
	border-radius: 50%;
	top: 14px;
	margin: 5px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	z-index: 1;
}
.label-xp {
	color: #d6793a;
	font-style: italic;
}
.delete-comment {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}
.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 0 3px #14ca14;
}

.avatar-chooser .col-3 {
	padding-right: 5px;
	padding-left: 5px;
}

.avatar-chooser {
	margin-right: 0;
	margin-left: 0;
}

@media (min-width: 768px) {
	.user-avatar {
		margin-left: 20px;
	}
}
/* -------------------------------------------------------------
    Color Palette 
   ------------------------------------------------------------- */

:root {
  --smoky-black: #0c0c0c;
  --raisin-black: #222222;
  --lapis-lazuli: #21759b;
  --dark-medium-gray: #a9a9a9;
  --cornell-red: #bb1919;
  --anti-flash-white: #f1f1f1;
  --very-light-gray: #e2e2e2;
  --gray80: #cccccc;
}

/* -------------------------------------------------------------
      Accessibility (Text meant only for screen readers)
     ------------------------------------------------------------- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: var(--anti-flash-white);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px var(--smoky-black);
  clip: auto !important;
  color: var(--lapis-lazuli);
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* -------------------------------------------------------------
      Global Styles
     ------------------------------------------------------------- */

/*
   * Box-sizing Reset
   */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/*
   * Browser Upgrade Prompt
  */

.browserupgrade {
  margin: 0.2em 0;
  background: var(--anti-flash-white);
  color: var(--smoky-black);
  padding: 0.2em 0;
}

/* -------------------------------------------------------------
      Header
     ------------------------------------------------------------- */

/* 
   * Nav Wrapper
   */

.nav-section {
  background: hsl(0, 0%, 15%);
  position: relative;
  padding-bottom: 2px;
}

/* 
   * Logo
   */

.logo a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
}

/* 
   * Main Navigation
   */

.nav-links {
  display: none;
}

.nav-links li {
  opacity: 0;
}

.nav-menu li a {
  display: block;
  color: #fff;
  padding: 0.7em 1em;
}

.nav-menu li a:hover {
  background: hsl(0, 0%, 25%);
}

.nav-menu li a[href="#more"] {
  display: none;
}

/*
   * Burger Menu
   */

.burger {
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: var(--very-light-gray);
  margin: 5px;
  transition: all 0.5s ease;
}

.nav-active {
  display: block;
  transform: translateX(0%);
  height: 100vh;
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.toggle .line-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line-2 {
  opacity: 0;
}

.toggle .line-3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* -------------------------------------------------------------
      Main
     ------------------------------------------------------------- */

.headline {
  background: url(../images/politics8.jpg.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.headline p {
  margin: 0;
  padding: 15px;
  background: var(--cornell-red);
  color: var(--anti-flash-white);
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.headline h1 {
  font-size: 1rem;
  text-transform: capitalize;
  color: var(--anti-flash-white);
  padding-left: 15px;
}

.top-stories h2,
.world h2,
.politics h2,
.business h2,
.sport h2,
.entertainment h2,
.more h2 {
  padding: 10px;
  margin: 10px;
  background: var(--dark-medium-gray);
  text-transform: uppercase;
  font-size: 0.8rem;
}

.top-stories .headline {
  display: flex;
  margin: 10px;
  justify-content: flex-end;
}

.top-stories .headline-1 {
  background: url(../images/politics1.jpg.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-stories .headline-2 {
  background: url(../images/politics3.jpg.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-stories .headline-3 {
  background: url(../images/politics6.jpg.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.story a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  margin: 10px;
}

.story-img {
  min-width: 120px;
  height: auto;
}

.story h3 {
  margin: 0;
  color: var(--smoky-black);
  font-size: 1rem;
  text-transform: capitalize;
}

.story p.exact-time {
  margin-top: 5px;
  color: var(--smoky-black);
  font-size: 0.7rem;
  font-weight: normal;
}

.more-headline {
  margin: 10px;
  font-size: 0.9rem;
}

.more-headline h3 {
  color: var(--smoky-black);
  margin-bottom: 0px;
  text-transform: capitalize;
}

.more-headline p.exact-time {
  margin-top: 0;
  color: var(--smoky-black);
}

/* -------------------------------------------------------------
      Footer
     ------------------------------------------------------------- */

/*
   * Footer Links
   */

.footer-links {
  padding: 20px;
  background: var(--raisin-black);
}

.footer-links a {
  display: flex;
  justify-content: center;
  padding: 10px;
  color: var(--anti-flash-white);
}

/*
   * Social Media Links
   */

.social-media-links li a:before {
  font-family: "Fontawesome";
  -webkit-font-smoothing: antialiased;
  content: "\f08e";
}

.social-media-links li a[href*="twitter.com"]::before {
  content: "\f099";
}

.social-media-links li a[href*="facebook.com"]::before {
  content: "\f09a";
}

.social-media-links li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.social-media-links li a[href*="youtube.com"]::before {
  content: "\f167";
}

.social-media-links li a[href*="instagram.com"]::before {
  content: "\f16d";
}

.social-media-links {
  display: flex;
  justify-content: space-around;
  background: var(--lapis-lazuli);
}

.info-links {
  padding-top: 20px;
  padding-bottom: 25px;
}

/*
   * Main Footer Links
   */

.main-footer-links {
  padding-top: 20px;
}

/*
   * Our Address
   */

.our-address {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  color: var(--anti-flash-white);
  border-top: 1px solid var(--anti-flash-white);
}

.our-address li {
  padding: 5px;
}

.our-address li:first-child {
  text-decoration: underline;
  padding: 20px;
}

/*
   * Footer Credit
   */

.footer_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  webkit-box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
  box-shadow: 0 8px 48px 8px rgb(19 11 24 / 58%);
  padding: 45px 60px 0px 60px;
}

.single-footer-widget {
  position: relative;
  z-index: 1;
}
.single-footer-widget .copywrite-text a {
  color: #747794;
  font-size: 1rem;
}
.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
  text-decoration: underline;
}
.single-footer-widget .widget-title {
  margin-bottom: 1.5rem;
}
.single-footer-widget .footer_menu li a {
  color: #747794;
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
}
.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
 text-decoration: underline;
}
.single-footer-widget .footer_menu li:last-child a {
  margin-bottom: 0;
}

.footer_social_area {
  position: relative;
  z-index: 1;
}
.footer_social_area a {
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
  display: inline-block;
  background-color: #f5f5ff;
  line-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}
.footer_social_area a i {
  line-height: 36px;
}
.footer_social_area a:hover,
.footer_social_area a:focus {
  color: #ffffff;
}


@-webkit-keyframes bi-cycle {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes bi-cycle {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
ol li,
ul li {
  list-style: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .footer_area {
    padding: 15px;
  }
  .single-footer-widget {
    margin-top: 11%;
  }
}

/* -------------------------------------------------------------
      Article
     ------------------------------------------------------------- */

.article h2 {
  text-transform: capitalize;
  padding-left: 10px;
  margin-bottom: 0;
}

.article p {
  padding-left: 10px;
  margin-top: 0;
}

article p {
  text-align: justify;
  padding: 10px;
}

p.intro-text {
  font-style: italic;
  font-size: 1.1rem;
  padding: 20px;
}

/*
   * Comments - Wide screen(min-width: 56em)
   */

.comments {
  padding: 10px;
}

.article .comments p {
  padding-left: 0;
}

.comment-name {
  padding-top: 20px;
  margin-bottom: 10px;
}

.comment-text {
  padding-left: 10px;
  background: var(--gray80);
  border-radius: 5px;
  font-size: 0.8rem;
}

.article .comment-text p {
  padding-bottom: 5px;
}

/*
   * Comment Form
   */

.article h3 {
  padding: 10px;
}

.form-container {
  border-radius: 5px;
  background-color: var(--anti-flash-white);
  padding: 20px;
}

input[type="text"],
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--smoky-black);
  background: transparent;
  color: var(--smoky-black);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="submit"] {
  background-color: var(--lapis-lazuli);
  color: var(--anti-flash-white);
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/*
   * Sidebar - Wide screen(min-width: 56em)
   */

.sidebar {
  margin-bottom: 100px;
}

.sidebar h2 {
  padding: 20px;
  margin-top: 50px;
  background: var(--dark-medium-gray);
}

.sidebar .sidebar-headline {
  border-bottom: 1px solid var(--smoky-black);
  padding: 0px 10px;
}

.sidebar a {
  color: var(--smoky-black);
}

.sidebar h2:last-of-type {
  margin-top: 100px;
}

.top-comments {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.top-comments p {
  font-size: 2rem;
  padding: 20px 0 0 0;
  margin: 0;
  text-align: end;
}

/* -------------------------------------------------------------
      Helpers Classes
     ------------------------------------------------------------- */

/*
   * Hide visually and from screen readers
   */

.hidden {
  display: none;
}

/*
   * Clearfix: contain floats
   */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* -------------------------------------------------------------
      Media Queries
     ------------------------------------------------------------- */

@media only screen and (min-width: 37em) {
  .latest-news h1:first-child {
    font-size: 1.5rem;
  }

  .top-stories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .top-stories h2 {
    grid-column: 1/4;
    grid-row: 1/2;
  }

  .headline {
    min-height: 400px;
  }

  .headline-1,
  .headline-2,
  .headline-3 {
    min-height: 200px;
  }

  .world {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .world h2 {
    grid-column: 1/4;
    grid-row: 1/2;
  }

  .world .story-1 {
    grid-column: 1/4;
  }

  .politics,
  .business,
  .sport,
  .entertainment,
  .more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .politics h2,
  .business h2,
  .sport h2,
  .entertainment h2,
  .more h2 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

@media only screen and (min-width: 56em) {
  /*
     * Global Styles - Wide screen(min-width: 56em)
     */

  .content-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 30px 0px 30px;
  }

  /*
     * Nav Wrapper - Wide screen(min-width: 56em)
     */

  .nav-section {
    display: flex;
    background: hsl(0, 0%, 15%);
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  /*
     * Logo - Wide screen(min-width: 56em)
     */

  .logo a {
    font-size: 1.7em;
    padding-left: 20px;
    padding-top: 7px;
    margin-bottom: 4px;
  }

  /*
     * Main Navigation - Wide screen(min-width: 56em)
     */

  .nav-links {
    height: 38px;
  }

  .nav-menu ul {
    display: flex;
    justify-content: space-around;
  }

  .nav-menu li {
    position: relative;
  }

  .nav-menu li a[href="#more"] {
    display: block;
    width: 120px;
  }

  .nav-menu ul ul {
    display: none;
    position: absolute;
    z-index: 100;
  }

  .nav-menu ul ul li {
    flex: 1 1 auto;
  }

  .nav-menu ul .toggled-on {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: hsl(0, 0%, 15%);
  }

  .dropdown-toggle {
    margin: 0;
    padding: 0 0.5em;
    border: 0;
    font-family: "FontAwesome";
    content: "";
    text-transform: lowercase; /* stop screenreaders to read the text as capital letters */
    background-color: transparent;
  }

  .dropdown-toggle:after {
    position: relative;
    top: 0;
    left: 0;
    width: 42px;
    color: var(--anti-flash-white);
    content: "\f107";
    line-height: 1em;
  }

  .dropdown-toggle:hover,
  .dropdown-toggle:focus {
    background: hsl(0, 0%, 25%);
  }

  .dropdown-toggle.toggle-on:after {
    content: "\f106";
  }

  .burger {
    display: none;
  }

  .nav-links li {
    opacity: 1;
  }

  /*
     * Main - Wide screen(min-width: 56em)
     */

  .main-article {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 10px;
    grid-gap: 20px;
  }

  .main-article .article {
    font-size: 1.2rem;
  }

  /*
     * Article - Wide screen(min-width: 56em)
     */

  .article h2 {
    font-size: 2rem;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .article p:first-of-type {
    padding-bottom: 50px;
    padding-left: 0;
  }

  .article p.intro-text {
    font-size: 1.5rem;
    padding-top: 50px;
  }

  .article h3 {
    padding-left: 0;
  }

  /*
     * Comments - Wide screen(min-width: 56em)
     */

  .comment-name {
    padding-top: 40px;
  }

  .comment-text {
    padding-left: 20px;
    font-size: 1rem;
  }

  .article .comment-text p {
    padding-bottom: 5px;
  }

  /*
     * Top News - Wide screen(min-width: 56em)
     */

  .top-news {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }

  .top-news .latest-news {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 10px;
  }

  .latest-news h1:first-child {
    font-size: 2rem;
  }

  .headline-1,
  .headline-2,
  .headline-3 {
    min-height: 10%;
  }

  .top-stories .headline-1 {
    grid-column: 1/4;
    grid-row: 2/3;
  }

  .top-stories .headline-2 {
    grid-column: 1/4;
    grid-row: 3/4;
  }

  .top-stories .headline-3 {
    grid-column: 1/4;
    grid-row: 4/5;
  }

  /*
     * World - Wide screen(min-width: 56em)
     */

  .world {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .world h2 {
    grid-column: 1 / span 5;
  }

  .world .story-1 {
    grid-column: 1/4;
  }

  .world .story-2 {
    grid-column: 1/4;
    grid-row: 3/4;
  }

  .world .story-3 {
    grid-column: 4/6;
    grid-row: 2/4;
  }

  .world .story-3 a {
    display: flex;
    flex-direction: column;
  }

  /*
     * Politics - Wide screen(min-width: 56em)
     */

  .politics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .politics h2 {
    grid-column: 1 / span 5;
  }

  .politics .story a {
    display: flex;
    flex-direction: column;
  }

  /*
     * Sport - Wide screen(min-width: 56em)
     */

  .sport {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .sport h2 {
    grid-column: 1 / span 5;
  }

  .sport .story a {
    display: flex;
    flex-direction: column;
  }

  /*
     * More - Wide screen(min-width: 56em)
     */

  .more a {
    border-bottom: 1px solid var(--smoky-black);
    width: 75%;
    margin-left: 10px;
    color: var(--smoky-black);
  }

  .more a:nth-child(8),
  .more a:nth-child(9) {
    border: none;
  }

  /*
     * Footer - Wide screen(min-width: 56em)
     */

  footer,
  .footer-links {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .info-links {
    padding-top: 0;
    grid-column: 1/2;
    grid-row: 1/3;
  }

  .main-footer-links {
    padding-top: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }

  .social-media-links {
    height: 40px;
    grid-column: 3/4;
    display: flex;
    align-self: flex-end;
  }

  .our-address {
    grid-column: 3/4;
    grid-row: 1/2;
    height: 100px;
    padding: 0;
    margin: -12px;
    border: none;
  }
}
.single-footer-widget img {
    width: 50%;
}