.widget-title span
{
    color: #1e64be;
}
a.showmore,
button.showmore,
input.showmore:hover
{
  color:#fff;
}
.meta a
{
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .review_hide_laptop{
      display: none;
  }
  .discussion_hide_laptop{
    display: none;
  }
    .short_video_hide_laptop{
      display: none;
  }
  .creative_content_hide_laptop{
    display: none;
  }
  .books_hide_laptop{
    display: none;
  }
  .banner_hide_desktop
  {
    display: none;
  }
}

  @media only screen and (max-width: 1000px) {
  .review_hide_mobile{
      display: none;
  }
  .discussion_hide_mobile{
        display: none;
  }
  .short_video_hide_mobile{
      display: none;
  }
  .creative_content_hide_mobile{
    display: none;
  }
  .books_hide_mobile{
    display: none;
  }
  .banner_hide_mobile{
    display: none;
  }
}

.bloggerbtn {
  font-size: 15px;
  font-weight:bold;
  color: #fff;
  background: #1e64be;
  border: 1px solid #1e64be;
  border-radius: 35px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.bloggerbtn:hover
{
  color: 1e64be;
  background: #fff;
  border: 1px solid #1e64be;
}

.contentreviewbtn {
  font-size: 15px;
  font-weight:bold;
  color: #1e64be;
  background: #fff;
  border: 1px solid #1e64be;
  border-radius: 35px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.contentreviewbtn:hover
{
  color: #fff;
  background: #1e64be;
  border: 1px solid #1e64be;

}

.discussionformbtn {
  font-size: 15px;
  font-weight:bold;
  color: #000;
  background: #fff;
  border: 1px solid #898989;
  border-radius: 35px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.discussionformbtn:hover
{
  color: #fff;
  background: #898989;
  border: 1px solid #898989;

}

.newsroombtn {
  font-size: 15px;
  font-weight:bold;
  color: #1e64be;
  background: #fff;
  border: 1px solid #1e64be;
  border-radius: 35px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.newsroombtn:hover
{
  color: #fff;
  background: #1e64be;
  border: 1px solid #1e64be;

}

.opinionsbtn {
  font-size: 15px;
  font-weight:bold;
  color: #fff;
  background: #1e64be;
  border: 1px solid #1e64be;
  border-radius: 35px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.opinionsbtn:hover
{
  color: #1e64be;
  background: #fff;
  border: 1px solid #1e64be;
}

.surveysbtn {
  font-size: 15px;
  font-weight:bold;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 35px;
  line-height: 30px;
  padding: 3px;
  width: 100%;
  text-align: center;
}
.surveysbtn:hover
{
  color: #000;
  background: #fff;
  border: 1px solid #898989;

}

.latestessaysbtn {
  font-size: 15px;
  font-weight:bold;
  color: #fff;
  background: #1e64be;
  border: 1px solid #1e64be;
  border-radius: 35px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.latestessaysbtn:hover
{
  color: #1e64be;
  background: #fff;
  border: 1px solid #1e64be;
}

.shortvideosbtn {
  font-size: 15px;
  font-weight:bold;
  color: #fff;
  background: #1e64be;
  border: 1px solid #1e64be;
  border-radius: 35px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.shortvideosbtn:hover
{
  color: #1e64be;
  background: #fff;
  border: 1px solid #1e64be;
}

.creativecontentsbtn {
  font-size: 15px;
  font-weight:bold;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 35px;
  line-height: 30px;
  padding: 3px;
  width: 100%;
  text-align: center;
}
.creativecontentsbtn:hover
{
  color: #000;
  background: #fff;
  border: 1px solid #898989;

}

.bookstorebtn {
  font-size: 15px;
  font-weight:bold;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 35px;
  line-height: 30px;
  padding: 3px;
  width: 100%;
  text-align: center;
}
.bookstorebtn:hover
{
  color: #000;
  background: #fff;
  border: 1px solid #898989;

}
#newsprk_menu li a
{
  color: #1e64be;
  font-weight: bold;
  padding-left: 10px;
}

#newsprk_menu li a:hover
{
  color: #1e64be;
}
#newsprk_menu li ul li a:hover
{
  color: #fff;
}
.single_post_textside h4 a
{
  color:#1e64be;
}

.viewallbtnforall {
  font-size: 15px;
  font-weight:bold;
  color: #1e64be;
  background: #fff;
  border: 1px solid #1e64be;
  border-radius: 35px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.viewallbtnforall:hover
{
  color: #fff;
  background: #1e64be;
  border: 1px solid #1e64be;
}