/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 

body {
    font-family: 'Montserrat', sans-serif !important;
}

div#page {
    background: url(/wp-content/uploads/2020/09/profile-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 74px);
    padding-bottom: 30px;
}

div#content {
  padding-top: 0;
  padding-bottom: 0 !important;
}

.wrap, .site-content-contain {
  max-width: 1260px;
  margin: auto;
  padding: 0 30px;
}

.site-content-contain {
  background: none;
}

body:not(.single) header.entry-header {
  background-color: #5207A1;
  color: #E2B910;
  font-family: 'KG Inimitable Original Regular';
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 20px;
  padding: 25px !important;
}

body:not(.single) header.entry-header h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.page-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-top: 30px;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

[class*=underlay] {
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
}

.underlay-photo {
  animation: hue-rotate 6s infinite;
  background: url('https://31.media.tumblr.com/41c01e3f366d61793e5a3df70e46b462/tumblr_n4vc8sDHsd1st5lhmo1_1280.jpg');
  background-size: cover;
  -webkit-filter: grayscale(30%);
  z-index: -1;
}

.underlay-black {
  background: rgba(0,0,0,0.7);
  z-index: -1;
}

@keyframes hue-rotate {
  from {
    -webkit-filter: grayscale(30%) hue-rotate(0deg);
  }
  to {
    -webkit-filter: grayscale(30%) hue-rotate(360deg);
  }
}

.primary-color{
  background-color: black;
}

.success-color{
  background-color: #5cb85c;
}

.danger-color{
  background-color: #d9534f;
}

.warning-color{
  background-color: #f0ad4e;
}

.info-color{
  background-color: #5bc0de;
}

.no-color{
  background-color: inherit;
}

.progress {
  height: 10px;
}
  
.quiz-modal{
  text-align: center;
}

.quiz-ul{
  list-style-type: none;
}

#timer-clock{
  text-align: center;
  padding-top: 2%;
}

.progress-bar{
  width: 100%;
}

.modal-body .numberCircle{
  font: 20px;
  display: inline-block;
  width: max-content;
  height: 100%
}

.modal-btn{
  color:white;
}

.img-thumb{
  width:20% !important;
}

#quiz-submit{
  float: right;
}

.leaderboard{
  float:right;
}

.adjust-nav{
  width: 100% ! important;
}

.slick-next{
  position: absolute;
  right: 0;
  bottom: 83%;
}

.logout-spn{
      padding-left: 10%;
}

.badge{
  float: right;
  line-height: 2;
}

#wprla_message_error{
  color:red;
}

.action-btn-container {
  display: flex;
  justify-content: space-between;
}

.action-btn-container>div {
  width: calc(50% - 10px);
  text-align: center;
  margin: 0 5px;
  padding: 0 2px;
}

.action-btn-container .go-home-btn span {
  color: #fff;
}

.action-btn-container .go-home-btn,
.action-btn-container button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
  background-color: #F1553A;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none!important;
  outline: none;
}

.action-btn-container .go-home-btn {
  background-color: #5207A1;
}

.feedback-form {
  text-align: center;
  margin: 10px;
}

.feedback-form a {
  color: #333;
  text-decoration: underline;
}

img.nuticon {
  width: 15px;
  display: inline-block;
  margin-left: 0px;
}


/* MOBILE CSS */
@media (max-width: 767px) {
  body:not(.single) header.entry-header {
    padding: 10px !important;
  }

  body:not(.single) header.entry-header h4 {
      font-size: 18px;
  }

  .page-wrapper {
    padding: 30px;
  }

  .action-btn-container {
    display: block;
  }

  .action-btn-container>div {
      width: 100%;
      margin: 12px 0 0;
  }
}
/* /MOBILE CSS */