@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: "Lora", serif;
  background-color: #fff;
  overflow-y: auto;
  /*has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
a,
a:hover,
a:active,
a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
h1 {
  margin: 0;
}
.outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
/* ===== IE Block Code ===== */
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: #ffffff;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
/* ===== IE Block Code Ends ===== */

.break {
  display: none;
}
.wrapper {
  position: relative;
  background: url(../../images/bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.custom_container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
.header_wrapper {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 3;
}
body.logged .header_wrapper {
  top: 80px;
}

/*header layout*/
#headerbar.header-bar {
  background-color: black;
  border: 0;
  margin: auto;
  min-height: 40px;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
}

.header_wrapper .custom_container {
  background-color: #b50000;
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.5);
  height: 70px;
  justify-content: center;
  flex-direction: column;
}
.header_wrapper-inner {
  width: 100%;
}
.daily_bugle_title {
  margin-left: 10px;
}
.daily_bugle_title_mobile,
.conspiracy_corner_mobile,
.spider_man_ad_banner_mobile {
  display: none;
}
.social_icons_wrapper ul li {
  vertical-align: middle;
  padding: 0 10px;
}
.social_icons_wrapper ul li a {
  display: block;
  outline: none;
}
.social_icons_wrapper {
  text-align: center;
  flex-direction: column;
  align-content: center;
  justify-self: flex-end;
  margin-left: auto;
}
.sign_up_btn_top {
  text-align: center;
  text-transform: uppercase;
}
.sign_up_btn_top a {
  color: #b50000;
  font-size: 22px;
  padding: 3px 22px;
  font-weight: bold;
  background-color: #fff;
}
.main_content_wrapper {
  padding-top: 120px;
}
.article_and_blog_wrapper .row {
  margin: 0;
}
.main_article_wrapper.left_column {
  max-width: 870px;
  padding: 0;
}
.article_and_blog_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main_article_header h2 {
  font-size: 39px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0px;
}
.main_article_video {
  width: 100%;
  height: 490px;
}
.main_article_image {
  /*display: none;*/
  cursor: pointer;
}
.main_article_related_text {
  cursor: pointer;
  font-size: 18px;
  border-top: 2px solid #b50000;
  padding: 18px;
  padding-top: 8px;
  padding-bottom: 50px;
  background-color: rgba(170, 170, 170, 0.25);
}
.main_article_related_text p {
  margin-bottom: 0;
}
.main_article_read_more_btn {
  position: absolute;
  right: 15px;
  cursor: pointer;
  /*display: none;*/
  bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #888888;
  color: #fff;
  padding: 5px 12px;
}
.blip_blog_wrapper.right_column {
  max-width: 270px;
  max-height: 710px;
  margin-left: 20px;
  padding: 0;
}
/*Vertical Carousel*/
#blip_blog_carousel_wrapper {
  width: 100%;
  margin: 0 auto;
}
.mobile_blip_blog_tt {
  display: none !important;
}
.blog_thumb {
  padding-bottom: 20px;
  cursor: pointer;
}
.blog_thumb_inner {
  border-top: 2px solid #b50000;
  padding: 4px 10px 10px 10px;
  background-color: rgba(170, 170, 170, 0.25);
  max-height: 130px;
  overflow: hidden;
}
.blog_thumb .reviewer_name {
  font-size: 24px;
  color: #b50000;
  text-transform: capitalize;
  font-weight: bold;
}
.blog_thumb .review_content {
  font-size: 17px;
  line-height: 1.3;
}
.blog_thumb .read_more_btn {
  text-align: right;
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
  background: #888888;
  padding: 5px 10px 5px 0;
  color: #fff;
}
#blip_blog_thumb_carousel {
  position: relative;
  max-height: 589px;
  overflow: hidden;
}
.vertical_blip_blog .carousel-item-next.carousel-item-left,
.vertical_blip_blog .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.vertical_blip_blog .carousel-item {
  background: url("../../images/desktop/vertical_carousel_bg.jpg");
  background-size: cover;
}
.vertical_blip_blog .carousel-inner .carousel-item-right.active,
.vertical_blip_blog .carousel-inner .carousel-item-next {
  transform: translateY(25%);
}
.vertical_blip_blog .carousel-inner .carousel-item-left.active,
.vertical_blip_blog .carousel-inner .carousel-item-prev {
  transform: translateY(-25%);
}
.vertical_blip_blog .carousel-inner .carousel-item-right,
.vertical_blip_blog .carousel-inner .carousel-item-left {
  transform: translateY(0);
}
.thumb_carousel_controllers_desktop .custom-prev img,
.thumb_carousel_controllers_desktop .custom-next img {
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 15, 0.65));
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.65));
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}
.thumb_carousel_controllers_desktop a {
  display: block;
  position: relative;
  width: 50%;
  margin: 0 auto;
  height: 50%;
}
.thumb_carousel_controllers_desktop {
  background: url("../../images/desktop/blip-blog-carousel-controller-desktop-bg.png");
  background-size: cover;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 70px;
}
.thumb_carousel_controllers_mobile {
  display: none;
  background: url("../../images/mobile/carousel-controller-mobile-bg.png");
  background-size: auto 100%;
  background-position: center;
  position: relative;
  width: 100%;
  height: 70px;
}
.thumb_carousel_controllers_mobile .custom-prev img,
.thumb_carousel_controllers_mobile .custom-next img {
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 15, 0.65));
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.65));
}
.thumb_carousel_controllers_mobile .carousel-control-next,
.thumb_carousel_controllers_mobile .carousel-control-prev {
  opacity: 1;
}
/*Vertical carousel*/
/*blip blog  ends*/
.secondary_article {
  margin-bottom: 20px;
}
.secondary_article .article_title {
  font-size: 42px;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  background-color: #b50000;
  padding: 12px;
  text-transform: uppercase;
  line-height: 1.1;
}
.secondary_article_content {
  padding: 0 10px 10px;
  cursor: pointer;
  position: relative;
}
.secondary_article_video {
  position: relative;
}
.secondary_article_img,
.secondary_article_video {
  max-width: 40%;
  display: inline-block;
  margin-top: 10px;
}
.secondary_article_img {
  max-width: 435px;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.secondary_article_text {
  font-size: 18.5px;
  vertical-align: top;
  text-align: justify;
  margin: 0;
  width: 60%;
  padding-top: 6px;
  padding-left: 20px;
  max-height: 250px;
  overflow: hidden;
  line-height: 1.4;
  display: inline-block;
}
.article_read_more_btn {
  font-size: 18px;
  text-transform: uppercase;
  background-color: #888888;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  margin-top: 5px;
  float: right;
}
.more_articles_btn {
  background-color: #888888;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
  color: #fff;
  padding-right: 12px;
}
.more_articles_btn span {
  vertical-align: middle;
  margin-right: 15px;
}
.conspiracy_corner {
  margin-top: 20px;
  cursor: pointer;
}
.spider_man_ad_banner {
  margin: 20px 0;
}
.spider_man_ad_banner_desktop a,
.spider_man_ad_banner_mobile a {
  display: inline-block;
  margin: 0 auto;
}
.spider_man_ad_banner_desktop,
.spider_man_ad_banner_mobile {
  text-align: center;
}
.footer {
  padding: 20px 0 15px 0;
  /* background-color: #b50000; */
  background-color: #102016;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_center {
  position: relative;
}
.legals .legals img {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 15px;
  margin-top: -1.4rem;
  width: 15%;
}
.legals .legals img {
  padding: 0 5px;
  max-width: 29%;
}
.footer p {
  color: #d5d5d5;
  margin-bottom: 0;
  font-size: 11px;
  font-family: Arial, "sans-serif";
  font-weight: bold;
}
p.release_date {
  font-size: 12px;
  color: #fff;
}
.foot-links {
  color: #d5d5d5;
  font-size: 12px;
}
.link-separator {
  color: #d5d5d5;
  font-size: 14px;
}
.foot-links li {
  display: inline-block;
  color: #d5d5d5;
  font-size: 12px;
  font-family: Arial, "sans-serif";
  font-weight: bold;
}
.foot-links li a {
  color: #fff;
  outline: none;
  font-size: 12px;
  font-family: Arial, "sans-serif";
  font-weight: bold;
}
.foot-links li a:hover {
  color: #d5d5d5;
}
.left-image,
.right-image {
  position: absolute;
  bottom: 1.5rem;
}
.left-image {
  left: 20px;
}
.right-image {
  right: 2rem;
  bottom: 3.5rem;
}
.modal-dialog {
  height: auto;
}
.modal-content {
  background: none;
  border: none;
}
.modal-open .modal {
  -webkit-overflow-scrolling: touch;
}
.article_overlay .carousel-inner img {
  width: 100%;
  height: 100%;
}
.article_overlay {
  background: url(../../images/bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
.modal_overlay_header {
  z-index: 12;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  background-color: #b50000;
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: hidden;
  left: 49.2%;
  transform: translate(-50%, 0);
}
.modal_overlay_header .row {
  margin: 0px;
}
.modal_overlay_header span {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.modal_overlay_header .modal_previous_btn,
.modal_overlay_header .modal_next_btn {
  background-color: #444444;
  cursor: pointer;
}
.modal_overlay_header .modal_next_btn span {
  right: 30px;
}
.modal_overlay_header .modal_next_btn img {
  float: right;
}
.modal_overlay_header .modal_previous_btn span {
  right: 11px;
  left: auto;
}
.modal_overlay_header .modal_previous_btn img {
  float: left;
}
.close_modal {
  cursor: pointer;
}
.modal_overlay_wrapper {
  margin-top: 100px;
}
.article_item_header h2 {
  font-size: 52px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0px;
}
.article_item_video {
  width: 100%;
  height: 653px;
}
.article_item_related_text {
  font-size: 18px;
  border-top: 2px solid #b50000;
  padding: 18px;
  padding-top: 8px;
  background-color: rgba(170, 170, 170, 0.25);
}
.blog_item {
  padding-bottom: 20px;
}
.blog_item .reviewer_name {
  /*margin-bottom: -22px;*/
  font-size: 62px;
  color: #b50000;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  padding: 0px;
  line-height: 1;
}
.blog_item .review_content {
  border-top: 2px solid #b50000;
  background-color: rgba(170, 170, 170, 0.25);
  font-size: 17px;
  padding: 15px 15px;
  line-height: 1.5;
}
.reviewer_details {
  font-size: 42px;
  font-style: italic;
}
.blog_item .reviewer_age {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .main_article_wrapper.left_column {
    padding-left: 0;
    padding-right: 15px;
  }
  .blip_blog_wrapper.right_column {
    margin-left: 0px;
    padding: 0;
  }
}

@media screen and (max-width: 1138px) {
  .modal_overlay_header span {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  html,
  body {
    overflow-y: scroll;
    /*has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
  }
  .break {
    display: block;
  }
  .modal_overlay_header {
    position: -webkit-sticky;
    position: sticky;
    margin: 0 auto;
    left: 0;
    transform: translate(0, 0);
  }
  .modal_overlay_wrapper {
    margin-top: 30px;
  }
  .article_item_video {
    height: 540px;
  }
}

@media screen and (max-width: 768px) {
  .main_article_wrapper.left_column,
  .blip_blog_wrapper.right_column {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .modal_overlay_header span {
    font-size: 22px;
  }
  img.desktop_blip_blog_tt {
    display: none !important;
  }
  .mobile_blip_blog_tt {
    display: block !important;
  }
  .main_article_wrapper {
    margin-bottom: 20px;
  }
  .blip_blog_header {
    background-color: #060709;
  }
  .article_item_video {
    height: 55vw;
  }
  .blog_thumb {
    width: 32%;
    float: left;
    border: 0;
    padding-bottom: 0px;
    padding-right: 10px;
  }
  .blog_thumb_inner {
    max-height: 180px;
  }
  .blog_thumb .read_more_btn {
    font-size: 18px;
  }
  .blog_thumb .review_content {
    line-height: 1.5;
  }
  #blip_blog_thumb_carousel {
    max-height: 100%;
  }
  .vertical_blip_blog .cloneditem,
  .vertical_blip_blog .cloneditem,
  .vertical_blip_blog .cloneditem {
    display: none;
  }
  .vertical_blip_blog .carousel-item-next.carousel-item-left,
  .vertical_blip_blog .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .vertical_blip_blog .carousel-item {
    background: url("../../images/mobile/horizontal_carousel_bg.jpg");
    background-size: cover;
  }
  .vertical_blip_blog .carousel-inner .carousel-item-right.active,
  .vertical_blip_blog .carousel-inner .carousel-item-next {
    transform: translateX(32%);
  }
  .vertical_blip_blog .carousel-inner .carousel-item-left.active,
  .vertical_blip_blog .carousel-inner .carousel-item-prev {
    transform: translateX(-32%);
  }
  .vertical_blip_blog .carousel-inner .carousel-item-right,
  .vertical_blip_blog .carousel-inner .carousel-item-left {
    transform: translateX(0);
  }
  .vertical_blip_blog .carousel-inner {
    width: 110%;
    height: 214px;
    position: relative;
    overflow: hidden;
  }
  .left-image {
    margin-right: 10px;
  }
  .left-image,
  .right-image {
    position: relative;
  }
  .foot-links {
    margin-bottom: 10px;
  }
  .thumb_carousel_controllers_desktop {
    display: none;
  }
  .thumb_carousel_controllers_mobile {
    display: block;
  }
  .secondary_article_content {
    padding-top: 10px;
  }
  .secondary_article_img,
  .secondary_article_video {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
  .spider_man_ad_banner img {
    max-width: 80%;
  }
  .left-image {
    left: 0;
    bottom: 0;
  }
  .right-image {
    right: 0;
    bottom: 0;
  }
  .secondary_article_text {
    width: 100%;
    padding-left: 0px;
  }
  .social_icons_wrapper ul li {
    width: 17%;
    padding: 0px 1px;
    float: left;
  }
}

@media screen and (max-width: 711px) {
  .daily_bugle_title {
    max-width: 45%;
  }
  .social_icons_wrapper ul li {
    width: 17%;
    padding: 0px 1px;
    float: left;
  }
}

@media screen and (max-width: 601px) {
  .header_wrapper .custom_container {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  }
  .modal_overlay_header .modal_previous_btn span {
    right: 22px;
  }
  .modal_overlay_header span {
    font-size: 20px;
  }
  .custom_container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main_content_wrapper {
    padding-top: 100px;
  }
  .article_and_blog_wrapper {
    margin-top: 5px;
  }
  .daily_bugle_title_mobile,
  .conspiracy_corner_mobile,
  .spider_man_ad_banner_mobile {
    display: block;
  }
  .daily_bugle_title_desktop,
  .conspiracy_corner_desktop,
  .spider_man_ad_banner_desktop {
    display: none;
  }
  .daily_bugle_title {
    max-width: 43%;
  }
  .social_icons_wrapper ul li {
    width: 17%;
    padding: 0px 1px;
    float: left;
  }
  .sign_up_btn_top a {
    font-size: 18px;
    padding: 3px 12px;
  }
  .sign_up_btn_top {
    margin-left: 5px;
  }
  .main_article_video {
    width: 100%;
    height: 55vw;
  }
  .header_wrapper .custom_container {
    height: 60px;
  }
  .vertical_blip_blog .carousel-inner {
    width: 130%;
  }
  .modal_previous_btn,
  .close_modal,
  .modal_next_btn {
    position: relative;
    height: 60px;
  }
  .modal_overlay_header .modal_previous_btn img,
  .modal_overlay_header .modal_next_btn img {
    height: 60px;
  }
  .modal_overlay_header .modal_previous_btn span {
    right: 0px;
    left: 31px;
  }
  .article_item_header h2 {
    margin-bottom: 10px;
    font-size: 45px;
  }
  .article_item_related_text {
    font-size: 17px;
  }
  .article_item_video {
    height: 50vw;
  }
  /*.modal_overlay_wrapper {
    margin-top: 70px;
  }*/
  .blog_item .reviewer_name {
    font-size: 50px;
  }
  .reviewer_details {
    font-size: 35px;
  }
}

@media screen and (max-width: 568px) {
  .main_article_header h2 {
    font-size: 28px;
  }
  .secondary_article .article_title {
    font-size: 35px;
  }
  .more_articles_btn {
    font-size: 35px;
  }
  .more_articles_btn img {
    height: 35px;
  }
  .secondary_article_text {
    max-height: 255px;
  }
  .article_read_more_btn {
    margin-top: 25px;
  }
  .secondary_article_content {
    padding-bottom: 0px;
  }
  .modal_previous_btn,
  .close_modal,
  .modal_next_btn {
    position: relative;
    height: 50px;
  }
  .modal_previous_btn,
  .modal_next_btn {
    padding-right: 9px;
    padding-left: 9px;
  }
  .modal_overlay_header .modal_previous_btn img,
  .modal_overlay_header .modal_next_btn img {
    height: 50px;
  }
  .modal_overlay_header span {
    font-size: 18px;
  }
  .break {
    display: none;
  }
  .social_icons_wrapper ul li {
    width: 17%;
    padding: 0px 1px;
    float: left;
  }
}

@media screen and (max-width: 475px) {
  .daily_bugle_title {
    max-width: 175px;
  }
  .social_icons_wrapper {
    width: 55%;
  }
  .main_article_header h2 {
    font-size: 25px;
  }
  .main_content_wrapper {
    padding-top: 75px;
  }
  .social_icons_wrapper ul li {
    width: 17%;
    padding: 0px 1px;
    float: left;
  }
  .sign_up_btn_top a {
    font-size: 16px;
    padding: 2px 12px;
  }
  .header_wrapper .custom_container {
    height: 60px;
  }
  .main_article_video {
    width: 100%;
    height: 53vw;
  }
  .main_article_related_text {
    font-size: 16px;
  }
  .more_articles_btn {
    font-size: 30px;
  }
  .more_articles_btn span {
    margin-right: 10px;
  }
  .more_articles_btn img {
    height: 30px;
  }
  .secondary_article_text {
    max-height: 335px;
    font-size: 16px;
  }
  .blog_thumb {
    width: 40%;
  }
  .vertical_blip_blog .carousel-inner .carousel-item-right.active,
  .vertical_blip_blog .carousel-inner .carousel-item-next {
    transform: translateX(40%);
  }
  .vertical_blip_blog .carousel-inner .carousel-item-left.active,
  .vertical_blip_blog .carousel-inner .carousel-item-prev {
    transform: translateX(-40%);
  }
  .vertical_blip_blog .carousel-inner .carousel-item-right,
  .vertical_blip_blog .carousel-inner .carousel-item-left {
    transform: translateX(0);
  }
  .article_item_header h2 {
    font-size: 28px;
  }
  .blog_item .reviewer_name {
    font-size: 40px;
  }
  .reviewer_details {
    font-size: 30px;
  }
  body.logged .header_wrapper {
    top: 39px;
  }
  .legals .legals img {
    padding: 0 5px;
    width: 29%;
  }
}

@media screen and (max-width: 414px) {
  .article_read_more_btn {
    margin-top: 10px;
  }
  .blog_thumb .reviewer_name {
    font-size: 22px;
  }
  .blog_thumb .review_content {
    font-size: 16px;
    line-height: 1.4;
  }
  .blog_thumb .read_more_btn {
    font-size: 16px;
  }
  .social_icons_wrapper ul li {
    width: 17%;
    padding: 0px 1px;
    float: left;
  }
}

@media screen and (max-width: 375px) {
  .daily_bugle_title {
    max-width: 150px;
  }
  .sign_up_btn_top a {
    font-size: 14px;
    padding: 5px 12px;
  }
  .social_icons_wrapper {
    width: 55%;
  }
  .social_icons_wrapper ul li {
    width: 17%;
    padding: 0px 1px;
    float: left;
  }
  .main_article_header h2 {
    font-size: 23px;
  }
  .secondary_article .article_title {
    font-size: 23px;
  }
  .legals img {
    padding: 0 5px;
    max-width: 29%;
  }
  .legals .legals img {
    padding: 0 5px;
    max-width: 29%;
  }
  .right-image {
    max-width: 10%;
  }
  .left-image {
    max-width: 30%;
  }
  .modal_overlay_header span {
    font-size: 16px;
  }
  .modal_previous_btn,
  .close_modal,
  .modal_next_btn {
    position: relative;
    height: 45px;
  }
  .modal_overlay_header .modal_previous_btn img,
  .modal_overlay_header .modal_next_btn img {
    height: 45px;
    width: auto;
  }
  /*.modal_overlay_wrapper {
    margin-top: 60px;
  }*/
  .blog_item .reviewer_name {
    font-size: 35px;
  }
  .reviewer_details {
    font-size: 25px;
  }
  .blog_item .review_content {
    font-size: 16px;
  }
  body.logged .header_wrapper {
    top: 38px;
  }
}

@media screen and (max-width: 360px) {
  .more_articles_btn {
    font-size: 25px;
  }
  .more_articles_btn img {
    height: 25px;
  }
  .daily_bugle_title {
    max-width: 140px;
  }
  .sign_up_btn_top a {
    font-size: 14px;
    padding: 5px 12px;
  }
  .social_icons_wrapper ul li {
    width: 17%;
    padding: 0px 1px;
    float: left;
  }
  .thumb_carousel_controllers_mobile .custom-prev {
    left: 10px;
  }
  .thumb_carousel_controllers_mobile .custom-next {
    right: 10px;
  }
}

@media screen and (max-width: 320px) {
  .daily_bugle_title {
    max-width: 120px;
  }
  .sign_up_btn_top a {
    font-size: 14px;
    padding: 5px 12px;
  }
  .social_icons_wrapper ul li {
    width: 17%;
    padding: 0px 1px;
    float: left;
  }
  .sign_up_btn_top a {
    font-size: 12px;
  }
  .social_icons_wrapper {
    width: 55%;
  }
  .footer p {
    font-size: 9.9px;
  }
  .foot-links li,
  p.release_date,
  .foot-links li a {
    font-size: 11px;
  }
  .modal_overlay_header .modal_previous_btn span {
    left: 25px;
  }
  .modal_overlay_header span {
    font-size: 14px;
  }
  /* Header fixes */
  .header_wrapper-inner {
    width: 100%;
    margin: 0px 0 0 0;
  }
  .social_icons_wrapper {
    width: 55%;
  }
  .social_icons_wrapper ul li.sign_up_btn_top {
    padding: 0px;
    margin: 0 0 0 4px;
  }
}

/* fix header on login page */
.internal-page #headerbar.header-bar {
  min-height: 40px;
  padding-top: 14px;
}

/* Hide blank space in admin on scroll */
#drupal-live-announce {
  display: none;
}

/* Tik Styles for spav1 */
.daily_bugle_title {
  display: none;
}

.user-login-form {
  padding: 6rem 0 0 0;
}

.route-entityusercanonical,
.route-system403 {
  padding-top: 220px !important;
}

.rating-footer-image {
  width: 14%;
}

p.release_date {
  margin: -1.4rem 0 1rem 0;
}

#footer-nav > :first-child {
  display: none;
}

.foot-links {
  margin: 1.4rem 0 0 0;
}

.display-none {
  display: none;
}
